To set up an automatic action based on the class of the dialog box, use the
following options:
[ServiceDialogs]
DialogClass_<n> = <class of the box>
DialogClassAction_<n> = <Keep|Close|Validate>
<n> is an increment that starts at 1 (DialogTitle_ <n> separate numbering).
<class of the box> is the exact title of the class of the dialog box.
DialogClassAction_ <n> can have the value "Keep" to leave the dialog box, "Close" (default) to close it or "Validate" to validate.
Note:
The DialogClass_ <n> and DialogTitle_ <n> numberings are independent (each starting at 1).