| Deepak 2005-01-26, 5:54 pm |
| Jon's idea is the way to go for a long term solution, but
if you have a very few scripting functiods and need to
create the output regardless of input data,there is a
easier way.
In the Biztalk mapper Connect the output of the Scripting
functoid to a Cumulative Concatenate functiod and then to
the destination.
This will make sure that the output elements gets created.
Deepak
http://deepakl.blogspot.com
>-----Original Message-----
>Is there any way to create an inline c# functoid that
has optional inputs. I
>find that the functoid does not even get called if one
of the inputs is not
>in the input data, but I need to create output
regardless. Since C# does not
>support default parameters, what other options do I have?
>
>Thanks,
>Eric
>
>
>.
>
|