EDI documents are structured document formats that follow standard rules and guidelines defined in the specifications. Despite our best efforts, it is possible that we receive erroneous documents from the Trading Partner or that we ourselves generate incorrect EDI documents. We must have robust processes in place to report invalid documents so that appropriate remediation can be taken. Here are 9 Boomi EDI Validation Best Practices to supercharge your X12 EDI process flows with Boomi Validation.
✅Inbound EDI validation is turned ON only when “Functional Acknowledgment Options” is set to either “Acknowledge Functional Groups” (or) “Acknowledge Transaction Sets”. Ensure to enable FA even if the Trading Partner is NOT expecting a 997 in return. Setting this option to “Do Not Acknowledge” would turn off EDI validation
✅Boomi Inbound X12 processor rejects a document with interchange control errors such as invalid control numbers or mismatched counts and sends it down to the error path. You can either terminate the execution with the exception shape or report it via an error handler.
✅EDI profile which is referenced in registered document types is used as templates for EDI validation. It is best to keep dedicated EDI profiles for each partner so that validation can be tailored per partner. It is best to import only the segments that are required rather than importing all as keeping your profile slim would avoid unexpected validation errors.
✅An Inbound document with syntax errors (EDI Profile errors) such as missing or misplaced segments or conditional data element missing is categorized as “accepted with Errors” and would be sent down the document path. Such invalid transaction sets when sent down the document path can be processed further or stopped from further processing using Is Valid Message? Document property check.
✅ “Validate Qualifier” is an optional validation which can be turned on/off when registering document types. When turned ON, the document would be flagged “Accepted with Errors” if a qualifier that is NOT added to the EDI profile is included in the document.
✅The inbound FA’s has information about whether an outbound document sent was accepted or rejected by the trading partner. Though Boomi has “Filter Functional Acknowledgments” to filter it at the process start, it is best to disable this option so that the document is sent down the document path to inspect if AK5/AK9 segment indicates error or rejection. If error 997 is received, pass it to the error handler to be reported.
✅For Outbound EDI document validation, ensure to enable “Validate Outbound Transaction Sets” in Registered document types. Also, ensure to have appropriate EDI profile referenced as the outbound processor uses the profile to inspect the document for errors.
✅An outbound document which is found to be invalid would be sent down the error path. Document Properties “Outbound Validation Status” and “Outbound Validation Report” can be used to capture the validation errors and passed to the error handler for reporting.
✅Outbound maps from any source to target EDI does validate mandatory segments, data types and length/size validation, but doesn’t perform segment validation rules. Always ensure to enable “Validate Outbound Transaction Sets” to ensure a valid document is sent to the Trading Partner.
Comments