Hai everyBody!
I have a problem on mappin an item to the same documentList
ex: suppose document having the following items
SHIPTO_FIRST_NAME,SHIPTO_LAST_NAME these two has to map to the PurchaseOrderHeader/ShipToParty/Contact[0]/Name[0] and PurchaseOrderHeader/ShipToParty/Contact[0]/Name[1]
ex2: suppose document having the following items
SHIPTO_2,SHIPTO_3,SHIPTO_4 has to link to the PurchaseOrderHeader/ShipToParty/Location/Address/AddressLine[0],PurchaseOrderHeader/ShipToParty/Location/Address/AddressLine[1],PurchaseOrderHeader/ShipToParty/Location/Address/AddressLine[2]
how to make link ,does anybody help me on this.