Previous Topic: HistoryNext Topic: AF1_Escalated


AF1_Reviewed

There are three related dashboard parameters:

AF1_reviewed
AF2_reviewed
AF3_reviewed

Use these parameters to determine which events are included in the Reviewed Events metric.

By default, these parameters are set to NULL. This means event gets added to the Reviewed Events metric if any audit value is set in Field 1, Field 2 or Field 3. To narrow the Reviewed Events metric definition, set these parameters to any combination of supported audit values.

Syntax

AF1, AF2 and AF3 refer respectively to audit fields Field 1, Field 2 and Field 3.

SQL Server
@AF1_reviewed=NULL or <Audit value>
@AF2_reviewed=NULL or <Audit value> 
@AF3_reviewed=NULL or <Audit value>
Oracle
AF1_reviewed=>NULL or <Audit value>
AF2_reviewed=>NULL or <Audit value>
AF3_reviewed=>NULL or <Audit value>

Enclose the <Audit value> in single quotes.

Values are not case-sensitive.

The data warehousing job uses a LIKE operator when querying the values in an event's audit fields.

Examples

The following examples match events with the audit status of 'Escalate'.

@AF1_reviewed='esc'
AF1_reviewed=>'esc'
Notes

Field 1, Field 2, and Field 3 are configurable in the Administration console. Click Tools, Audit Options, General tab to edit these fields. Field 1 is usually set to 'Audit Status'. For details, see the CA DataMinder Administration console online help; search for 'event auditing: customizing the audit features'.

Reviewers use these fields to update audit details for captured events in the iConsole.