Make a scripting functoid in a BizTalk map skip the output element
Posted
by Jeremy Stein
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Stein
Published on 2010-03-25T19:07:19Z
Indexed on
2010/03/25
19:43 UTC
Read the original article
Hit count: 253
BizTalk
I'm using a scripting functoid in a BizTalk map. In a certain case, I want the destination element to be skipped (rather than empty).
I'm using inline C#. When I return null, the destination element is empty. Is there a way to make it skipped altogether?
© Stack Overflow or respective owner