Re: Updating variable in Map

Home Page Forums BizTalk 2004 – BizTalk 2010 Updating variable in Map Re: Updating variable in Map

#21971

Thank you for your quick reply Martin,

Sorry for not clear post and let me tell you more info about my project.

I have an orchestration, that will receive our company standerd xml invoice. I have to map that to each of our customers and send. Since each customers have different format, I have to use the map in send port so I use direct send port. Some customers said they wouldnt pay Surcharge, some say they wouldnt pay delivery charge and so on… So I need to subract that amount from orginal invoice before i send the EDI invoice to customers. our A/R wants to know about these details such as what was the invoice, how much i adjust and what is the reason in email.

I dont like to do this changes in orchestration. I would like to do these changes in the map. So I want to store the changes in a string in MAP and pass back to orchestration and send email from there.

Since I dont map in orchestration, I couldnt use another message to capture these changes. 

Is there way to get the string value in orchestration from map?

Thank you in advance,

Siva