I need to map:
- when C51601 =64 map C51602 to FreightCost
- when C51601 = 9 map C51602 to InvoiceTotalAmount.
But only FreightCost or InvoiceTotalAmount is getting mapped. I want both FreightCost and InvoiceTotalAmount to to be displayed in the output by only using normal BizTalk functoids not XSLT.
Can we achieve this only using functoids?