Avatar

Correct answer by
Community Advisor

Hi @anoopa24021992 ,

 

yes, you can use two joins in the element tag.

 

<element desc="State/Province" externalJoin="true" label="State" name="stateLink"
revLink="recipient" target="nms:state" type="link">
<join xpath-dst="@code" xpath-src="location/@stateCode"/>
<join xpath-dst="@countryCode" xpath-src="location/@countryCode"/>
</element>

 

Regards,

Milan

View solution in original post