Override segment detail validation maps

To override the setting on the segment detail validation maps, change the following settings:

In the RunAuditEltCheck functional map, add the setting for running map work files: -WU in the Data_Audit_Result AuditLog Element:AuditEltCheck rule.

The updated rule looks similar to the following (updated option is underlined):
 = VALID(
RUN ( SegMapName AuditLog Element:AuditEltCheck,
"-WU -ADM " +
ECHOIN ( 1 , SegMapData AuditLog Element:AuditEltCheck )),
"MAPFAIL|" +SegMapName AuditLog Element:AuditEltCheck + "|" +
LASTERRORCODE() + "/" + LASTERRORMSG()
)