|
Home > Archive > BizTalk Server Orchestration > April 2005 > assign column value in message
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 |
assign column value in message
|
|
|
| I have a problem:
After I construct and transform a new message ( named "A" ),
how should I assign a value to this "A" 's colume ( named "A1" )?
I must do this at mapping tools ( call outside-assembly/.dll )?
Or something else I can do?
Thanks, David.
| |
| Matt Milner 2005-04-19, 2:47 am |
| If you are still in the message construction shape, you can use the message
assignment shape and either a) use xpath to set the value, or b) mark the
property as distinguished in the schema editor and you can set it directly
like you would a variable on a class.
Both topics are covered in the help documents.
matt
"David" <davidchentw@gmail.com> wrote in message
news:1113880049.026822.62260@l41g2000cwc.googlegroups.com...
>I have a problem:
>
> After I construct and transform a new message ( named "A" ),
> how should I assign a value to this "A" 's colume ( named "A1" )?
> I must do this at mapping tools ( call outside-assembly/.dll )?
> Or something else I can do?
>
> Thanks, David.
>
| |
|
| Thank you, Matt. I use script-functoid in mapping.
By the way, would you like give me a sample of you said, xpath to set
the value or property? thanks.
David.
|
|
|
|
|