What should you do?

You are developing a BizTalk Server 2010 map. The input schema contains multiple orders in one message. Each order has an Amount field. The output schema contains records named FulfillmentItem with a Price element. Only those orders with an amount greater than 1000 should map to the output schema. You need to add logic to the map to filter out any orders that have an amount less than or equal to 1000. What should you do?

You are developing a BizTalk Server 2010 map. The input schema contains multiple orders in one message. Each order has an Amount field. The output schema contains records named FulfillmentItem with a Price element. Only those orders with an amount greater than 1000 should map to the output schema. You need to add logic to the map to filter out any orders that have an amount less than or equal to 1000. What should you do?

A.
Drag a Greater Than functoid onto the map. Connect the first input of the functoid to the Amount field in the order schema and assign a value of 1000 in the second input. Connect the output of the functoid to the FulfillmentItem record node of the output schema.

B.
Drag a Less Than functoid onto the map. Connect the first input of the functoid to the Amount field in the order schema and assign a value of 1000 in the second input. Connect the output of the functoid to the FulfillmentItem record node of the output schema.

C.
Drag a Value Mapping functoid onto the map. Connect the first input of the functoid to the Amount field in the order schema and connect the record node of the order schema to the second input. Connect the output of the functoid to the FulfillmentItem record node of the output schema.

D.
Drag a Greater Than functoid onto the map. Connect the first input of the functoid to the Amount field in the order schema and assign a value of 1000 in the second input. Connect the output of the functoid to the Price element of the FulfillmentItem record node of the output schema.



Leave a Reply 0

Your email address will not be published. Required fields are marked *