Framework EDI version 5.8 Release Notes |
The following are revisions in Framework EDI (FREDI) version 5.8 from version 5.7.
IMPORTANT : Please read the following backward compatibility issues:
Enhancements
Acknowledgment ASC/X12. Datasegment AK4 will record the error detected from a composite more correctly than it was previously recorded. Previously when an error was encountered in a composite element, the composite element ID would be recorded in the data element 725 (Data element reference number). This element only accepts numeric characters, so a composite element ID like "C001" would be incorrectly stored here because the ID contain the character "C". This release now records the error by storing the the position of the composite in the datasegment and the position of the subelement within the composite. The subelement ID is then stored in the data element 725.
Message Integrity Check (MIC). The value of the MIC is now automatically calculated as follows:
Functional Acknowledgment Interchange Version. The interchange header is verified using the information in the schema having the same version information that is also stored in the interchange header. The version information is stored in data element I11 (Interchange Control Version Number) in ASC/X12, or S001/0002 (Syntax Identifier/Syntax version number). If the schema with a matching version does not exist, the built-In default interchange header information is used. This also applies to the interchange header in acknowledgments that are created.
Functional Acknowledgment Version Restrict. When version restrict is applied in translating EDI documents, the Major/Release/Industry data stored in the EDI document is used to compare to any existing schemas made available in the translation. If a match is found the schema is used to verify against the EDI document, but if there are no matching schemas found the translation will generate an error. This operation also applied to discovering the right schema to use when generating acknowledgments. However, this operation no longer applies when searching for a schema to use for generating acknowledgments. This version will attempt to use all the version parameters "Major/Release/Industry" to compare against any available schema, and, if found, will use the schema found. However, if a schema is not found then the search will fall back to using the "Major/Release" version information only (no "Industry") to perform the search.
Apps/Utilities Changes