[Contents] [Prev] [Next] [Index] [Report an Error]

Example: Audit Section Filter with AND Logic

Purpose

Create an audit selection filter for contexts and terminations that have the saf property set to on AND the spr property set to less than 4075.

Action

Transaction = 201 {
    Context = * {
        ContextAudit {
            ANDLgc
        },
        AuditValue = * {
            Audit {
                Media {
                    LocalControl { 
                        gm/saf=on,
                        gm/spr<4075,
                    }
                }
            }
        }
    }
}

Meaning

The result of this audit is a list of terminations that have the saf property set to on and the spr property set to less than 4075.


[Contents] [Prev] [Next] [Index] [Report an Error]