_aud-conflict.p
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Either checks for conflicts on active policies in the specified ProDataSet object or aggregates all active policies to get the effective settings (so you can get a list of everything to be audited). This procedure follows the rules for resolving conflicts specified by the auditing framework. This procedure populates a temp-table (defined in src/auditing/include/aud-report.i) with the information. Each line represents a table, field, or event setting. See the procedure code for more information on the format of the information.
Parameters:
- INPUT lMode AS LOGICAL
-
YESto specify conflict checking mode, orNOto specify aggregating mode. - INPUT DATASET-HANDLE FOR phDataset
- ProDataSet containing the policies to be checked or aggregated.
- INPUT-OUTPUT TABLE-HANDLE FOR ttHandle
- Handle to temp-table where the information is stored.