07-26-05 10:53 PM
Hello.
You could replace the two value mapping functoids with a single scripting
functoid that only returned one value using inline c#.
It would take in 4 parms, two boolean that would have originally went to the
value mappings and then the two values to bring forward. Then, just use
simple if logic.
Actually, if it was “either or” you wound only need three parms. One
boolean and then the two values.
Hope this helps.
Stephen W. Thomas
http://www.biztalkgurus.com
"Michael Sander" wrote:
> Hi,
> I got 2 value mapping functoids, only one of them will return a value.
> If I map both on a single destination node, I'll receive a warning:
> "The destination node "Comments" has mutiple inputs but none of its
> ancestors is connected to a looping functoid."
> but everything is working fine.
> Does anyone have a good suggestion, how to get rid of the warning?
>
> regards,
> Michael
>
>
>
[ Post a follow-up to this message ]
|