How to customize the mxconfig.xml file
Rules enforced by the MX validation framework can be customized by editing the mxconfig.xml located under the validation/mx_extended/data folder.
All the rules enforced by the MX validation map are all under element ExtendedValidation.
Any of the sub-elements under ExtendedValidation can be enabled by setting the value to T or disabled by setting to F.
Example
To disable the BIC lookup validation feature.
About this task
Change sub-element ExtendedValidation/BICValidation value from T to F.
Procedure
- Download the mxconfig.xml file from the Files tab.
- Open the mxconfig.xml file and edit the sub-element ExtendedValidation/BICValidation value setting from T to F, then save file.
- Upload the edited mxconfig.xml file to the project.
- Run the flow.
Run using an input with BIC lookup validation issue.
Right click on output card on canvas and select View data. No BIC lookup validation reported.