|
Home > Archive > BizTalk Server > May 2007 > Biztalk 2006 create a simple Functoid script
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 |
Biztalk 2006 create a simple Functoid script
|
|
| HeyneM 2007-05-31, 7:17 am |
| Hi everybody,
I have a very simple question......
In my mapping I have this Tag, in the Targetschema which is empty =>
<BUYER_ID></BUYER_ID>
I want to fill this with the value "700079". In the old version
Biztalk (2000) this was quite
simple, but I have no idea how to do this in the 2006 version :-(
Can somebody help me on this - I can't belive this is too
complicted....
Thank you in advance for your help
Cheers
Michael
| |
| Saravana Kumar 2007-05-31, 7:17 am |
| Drag and Drop "String Left Trim" functoid into the grid
Click on "Input Parameters" from properties window
Click on "Insert new Parameter" button
Add your value "700079"
Connect the functoid to your BUYER_ID node
--
Regards,
Saravana Kumar
http://www.biztalk247.com/v1/
http://www.digitaldeposit.net/blog
[Please mark the response as "Answer" if it solves your problem.]
"HeyneM" wrote:
> Hi everybody,
>
> I have a very simple question......
>
> In my mapping I have this Tag, in the Targetschema which is empty =>
> <BUYER_ID></BUYER_ID>
>
> I want to fill this with the value "700079". In the old version
> Biztalk (2000) this was quite
> simple, but I have no idea how to do this in the 2006 version :-(
>
> Can somebody help me on this - I can't belive this is too
> complicted....
>
> Thank you in advance for your help
>
> Cheers
> Michael
>
>
| |
| Jan Eliasen 2007-05-31, 7:19 pm |
| On 30 May 2007 23:56:32 -0700, HeyneM <m.heyne@noesse.de> wrote:
>In my mapping I have this Tag, in the Targetschema which is empty =>
><BUYER_ID></BUYER_ID>
>
>I want to fill this with the value "700079". In the old version
Click on BUYER_ID and in the properties window for that element, at
the bottom, insert the value in the "value"-property.
--
eliasen, representing himself and not the company he works for.
Private blog: http://blog.eliasen.dk
Private email: jan@eliasen.dk
|
|
|
|
|