|
Home > Archive > BizTalk Server Orchestration > May 2005 > Inbound file name in Orchestration
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 |
Inbound file name in Orchestration
|
|
| syed javid 2005-05-14, 1:15 pm |
| Hi,
Is it possible to get the inbound file name using
FILE.ReceivedFileName context property in Orchestration.
Please provide me a sample hint.
Thanks in Adavance
Syed Javid
ZFP - IT
KSA.
| |
|
|
Hello,
Sure, you ca get it by:
Message assignment or expression shape, then in the window:
myMessageName( <<< after the parenthesis appears the context properties,
scroll down to file, there it should be.
"syed javid" <syedjavid@discussions.microsoft.com> wrote in message
news:13CC203A-F7DF-4D27-9D1F-3A7D8610B948@microsoft.com...
> Hi,
> Is it possible to get the inbound file name using
> FILE.ReceivedFileName context property in Orchestration.
> Please provide me a sample hint.
>
> Thanks in Adavance
> Syed Javid
> ZFP - IT
> KSA.
>
|
|
|
|
|