04-29-04 06:53 PM
I need a GUID in the output file name that can also be accessed inside the o
rchestration.
I tried using %MessageID% in the output filename and then using BTS.MessageI
D in the orchestration. But the two GUIDs are not the same. This might be be
cause when a message is sent via SEND port, a copy of the message is being s
ent and hence it gets a unique, never before seen GUID.
Any ideas, workarounds ?
I need this functionality for the following scenario: When i receive a file
X, I am trying to create a message that says "file X has been received and r
enamed to GUID-X". I want to rename files so that if a file is sent with the
same name, it doesnt get overriden.
[ Post a follow-up to this message ]
|