Determine Target Links in custom functoid at compile time

Home Page Forums BizTalk 2004 – BizTalk 2010 Determine Target Links in custom functoid at compile time Determine Target Links in custom functoid at compile time

#13843

Hi Greg

the OutputConnectionType is set to Record; I believe I had it set to All before.

I am actually doing a customised, parameterised implementation of MassCopy, so I need to have a full node-set going out. Note that my implementation is via an XSLT Call-Template.

What should the OutputConnectionType be in this case?

I am also having trouble working out the InputConnectionTypes (I can’t find any docu that actually describes what the enums really mean): my first param is a node in the source schema, so I set the connection type to Record in this case and it seems to be fine (though I would like to know how to evaluate that link’s XPath too); the second param should be a boolean true/false, so I set the type to AllExceptRecord: this is not behaving entirely as I would like … I can enter a constant param with a value of true() or \”true\” and it works ok, and I can drag in a node in the source schema, but I can’t use the output of a logical functoid (even if I set the param’s conn type to FunctoidLogical), which seems a bit wierd… any thoughts on that one?

Sorry for escalating the question, but thx in advance for any help!

Bob