Using the condition parameter

Note: This parameter only applies to events that work with batches (ICLs), such as the PresentmentColumnChange and the PresentmentStateChange events.
The condition parameter allows the user to specify one or more conditions that must be met for the event to be handled. To handle the event only if the condition value is accepted, use the following event parameter specification:
<PARAMETER name="condition">Accepted</PARAMETER>
When this parameter is not specified in the XML, it defaults to accepted. To ignore the condition parameter, specify it with an empty value as shown in the following examples:
<PARAMETER name="condition"></PARAMETER>

<PARAMETER name="condition"/>
Note: To avoid confusion, explicitly define parameters in the XML.
For the event to be handled for multiple condition settings, use the following specification for the condition parameter:
<PARAMETER name="condition">Accepted,Rejected</PARAMETER>