You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In x12 edi-partner ID's are more elaborate than in edifact.
(in edifact often a GLN is used - simple and unique)
X12 has:
- ISA ID
- ISA qualifier: indicate the type of ISA ID: GLN, DUNS, phone number etc.
- GS ID
Most of the time the ISA ID == GS ID.
To make the ISA ID unique, the ISA qualifier is needed.
But to is possible that same ISA ID/ISA qualifier has more GS ID 9more internal
partners in same holding.
There are 2 ways to handle this correctly:
1. partnerID is a combination of ISA ID/qualifier/GS ID. Can be picked up from
incoming X12; extract these values in enveloping.
2. Use internal partnerID. Convert this from/to ISAID/qual/GSID.
Original issue reported on code.google.com by [email protected] on 17 Apr 2015 at 4:13
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 17 Apr 2015 at 4:13The text was updated successfully, but these errors were encountered: