Create the DAF control file

The DAF is controlled by the ARSGUI.CFG file, which you must create and store in the OnDemand Client program directory (\Program Files\IBM\OnDemand Clients\V10.5\bin (64-bit client) or \Program Files (x86)\IBM\OnDemand Clients\V10.5\bin (32-bit client) by default).

The DAF file has the same format and syntax as a standard Windows INI file. The DAF file contains a section named AUDIT, which identifies one or more folder sections. Each folder section identifies a folder that can be audited.

Sample DAF control file

[AUDIT]
Folders=Invoices

[Invoices]
FOLDER=Invoices - Auditor
AUDIT_FIELD=Status
TEXT1=Accept
TEXT2=Reject
TEXT3=Escalate
TEXT4=Hold
VALUE1=A
VALUE2=R
VALUE3=E
VALUE4=H
COLUMNS=2