How to map values in destination schema based on the value of one field in source schema Biztalk 2016

54 Views Asked by At

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?

1

There are 1 best solutions below

4
Dijkgraaf On

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