AC v4.7.5 release highlights
The AC v4.7.5 release includes the following bug fixes.
Bug fixes
-
An EDI Layout created using HL7 data dictionary failed to parse and threw a null pointer exception when tested.
-
When characters defined as segment separators in an EDI Layout were also present in the source data, they were incorrectly replaced with spaces in the generated output file, resulting in data loss.
To address this, a new runtime configuration property, abpm.solution.edi.delimiter.replaceDelimiterWithSpaceInData, has been introduced for X12 and HIPAA processing. This property controls how delimiter characters appearing in the source data are handled during runtime EDI message generation.
Set this property to false by navigating to Settings > Microservice Settings > Runtime > EDI Solution Parameter section. For more details refer to the table below.
| Property value | Bahavior |
|---|---|
| true | When set to true, the delimiter characters appearing in source data are replaced with spaces in the output file. |
| false | When set to false, the delimiter characters in the output file are preserved exactly as they appear in the input data. |