Hi In my source schema I have a field “ProdID” whose value if greater than 500 then it should be mapped with the “ProdID” field in the target schema with prefix 01 else with prefix 02 if value is less than equal to 500.How can I do this in Biztalk 2010 Thanks
1. One greater than functoid and drag a link from the attribute “ProdID” in the source schema to this functoid, this will be the first input parameter in the functoid
2. And in the second parameter we need to put the number that we want to find, in this case: “500”.
3.Use value mapping functoid
4. add 2 string right functoid to add prfix
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.