Making the Node "Null" in a BizTalk Map

Home Page Forums BizTalk 2004 – BizTalk 2010 Making the Node "Null" in a BizTalk Map

Viewing 1 reply thread
  • Author
    Posts
    • #16298

      I have a map. the source message has two nodes . and field elements for each node. The second node has some mandatory fields specified. ( Min Occurs ==1). But both the main nodes  are non mandatory.

      Now, In some scenario i do not need the second node. but when my map executes, the second node created because of the mandatory field. Is tere any way I can control this? I mean making second node null..?

       Really appreciate your help..

      Shan.

       

       

    • #16304

      Have you tried using a Logical Function and passing False (using = and set 0 and 1 as values) to the node?  That should cause the node to not show up.  You can then build map logic abound when you want the node to show up.

       

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.