cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

ISA Segment issue for ASC-X12_856_005010.xsd

bhavya_260422
Explorer
0 Likes
823

Hi guys,

I am facing issue with ISA segemnt for ASC-X12_856_005010.xsd.

the issue is with the segment ISA having field D_105_1.As per the EDI rules we are passing the XML payload with ISA segments and using ASC-X12_856_005010.xsd in EDI converter.

XML paylaod is having D_105_1 and D_1-5_2 Fields and are carrying ZZ as value and passing it to converter and giving result in ISA segment as 

ISA|00|          |00|          ||TRIUMPH-JP     |ZZ|AMAZONJP       |240526|1653|U|00501|000000001|0|T|>

Means D_105_2 field value ZZ is coming in output (before AMAZONJP) as shown in above line. But D_105_1 field value ZZ is not coming in output (before TRIUMPH-JP) as shown in above line of ISA segment.

XML to EDI converter is working but it is not giving D_105_1 value in EDI format output

I have attached the XML payload which is created by using CPI data avialbe in typesystems (MIG) and passing it through XML to EDI converter.

Can somebody help, whether any ISA field names changed for 005010 version or anything i missed.

 

Accepted Solutions (1)

Accepted Solutions (1)

Ryan-Crosby
Active Contributor
0 Likes

I was able to mock-up your example in our environment and identify the root cause.  The problem exists because the first qualifier field in the XML document should be named D_I05 instead of D_I05_1.  Interesting since the oldest envelope references in the early EDI configurations use D_I05_1 too which I used to model our custom framework - good news is I get to correct it to match the envelope schema expectation in CPI.

 

Regards,

Ryan Crosby

Answers (1)

Answers (1)

bhavya_260422
Explorer
0 Likes

yes i did Trace and saw before converter step it is coming but after conversion step it is not coming