0

I have close to 40 fields in source schema and same in destination schema and I have one element called NewProviderInd in source schema. I want to map these fields only if the value of NewProviderInd is 'Yes' otherwise these fields should not get mapped. Is there anyway to achieve this in Biztalk?

temp-user
  • 5
  • 3

1 Answers1

0

Yes, you can.

But how you do it depends on the structure of the schema, if all the nodes that you might want to map. If they are all under a single repeating node, then have a Logical Equal functoid that is linked to NewProviderInd and has a constant of Yes and link the functoid to the parent node that the fields are under.

BizTalk Map

Dijkgraaf
  • 11,049
  • 17
  • 42
  • 54