Hi I'm trying to map from my XSD to X12 version 3040 and transaction set 846 - Inventory Inquiry/Advice.
I have a problem when trying to map the LIN segment from my XSD. My XSD has a single dimensional integer array(posOfRequests) which holds all LIN(Product/Service Id) values when I map this field to LIN segment it generates me multiple LIN segment, which look like below.
LIN*1*OA*2~
LIN*1*OA*3~
LIN*1*OA*1~
I want to achieve something that looks like the one below.
LIN*1*OA*2*OA*3*OA*1~
The mapping image looks like
posOfRequest has values [2,3,1] in it.