|
Home > Archive > BizTalk Server General > September 2005 > varaible inside bizTalk scriptoid
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 |
varaible inside bizTalk scriptoid
|
|
| Nalaka 2005-09-27, 5:53 pm |
| Hi,
How do I refer to a variable, that I have defined in the project
(orchestration view) in a scriptoid?
compiling says that
"Inline Script Error: The name 'ElementCount' does not exist in the class
or namespace 'BizTalkMapper.FunctoidInlineScripts'"
any help is much appreciated.....
Thanks
Nalaka
| |
| Nalaka 2005-09-27, 5:53 pm |
| Hi,
make it a functoid not a scriptoid.....
and I need the value changed inside the functoid..... and reflected outside.
( is there a pass by reference to a int32.... or any other like String )
Thanks
nalaka
"Nalaka" <nalaka12@nospam.nospam> wrote in message
news:e5TF4s3wFHA.2792@tk2msftngp13.phx.gbl...
> Hi,
>
> How do I refer to a variable, that I have defined in the project
> (orchestration view) in a scriptoid?
>
> compiling says that
> "Inline Script Error: The name 'ElementCount' does not exist in the class
> or namespace 'BizTalkMapper.FunctoidInlineScripts'"
>
> any help is much appreciated.....
>
> Thanks
> Nalaka
>
>
>
| |
| WenJun Zhang[msft] 2005-09-28, 5:59 pm |
| Hi Nalaka,
The script functoid (and all the other functoids) cannot retrieve
parameters from outside of the map. You may consider to add a field
in the schema to populate the value.
Thanks.
Best regards,
WenJun Zhang
Microsoft Online Partner Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
|
|
|
|
|