|
Home > Archive > BizTalk Server Orchestration > April 2005 > Get the message GUID
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Get the message GUID
|
|
|
| How to get the message GUID in expression?
Thanks, David.
| |
| Jon Flanders[MVP] 2005-04-29, 2:54 am |
| guid = Message_1(BTS.MessageID);
(where guid is a string variable added via the orchesration view and
Message_1 is the message you are looking at.
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/
"David" <davidchentw@gmail.com> wrote in message
news:1114746375.081298.201990@l41g2000cwc.googlegroups.com...
> How to get the message GUID in expression?
>
> Thanks, David.
>
| |
|
| Thank you, Jon.
pardon me, do you know how to get it by functoid in schema-mapper?
David.
| |
|
|
You can create a distinguished Field in the inbound schema of the mapping
document and set the GUID to that field. Then you can use that in mapper.
Ren
"David" wrote:
> Thank you, Jon.
>
> pardon me, do you know how to get it by functoid in schema-mapper?
>
> David.
>
>
|
|
|
|
|