autoDecisionExceptions

When the Risk Management engine receives the autoDecisionExceptions message, it processes all positive pay items that have not been matched for that business day. The autoDecisionExceptions message is issued when "Auto Decision Exceptions" is selected for the Business Day. Items are either moved to the next business day or resolved by rejecting or accepting them. For more information, see Auto decision exceptions.

Configure the scheduler XML file so the BusinessDayPublishEventHandler class is called when one of these criteria changes. The class name is:
com.ibm.paydir.ima.txsvr.event.appbridge.BusinessDayPublishEventHandler
This is an example of using the BusinessDayPublishEventHandler to perform auto decision exceptions. For more information about using the business day publish event handler, see BusinessDayPublishEventHandler.
<EVENT>
   <NAME>Auto-Decision Exceptions Handling</NAME>
   <TYPE>BusinessDayPublishEvent</TYPE>
   <EXEC>
      com.ibm.paydir.ima.txsvr.event.appbridge.BusinessDayPublishEventHandler
   </EXEC>
   <PARAMETER name="msgType">autoDecisionExceptions</PARAMETER>
   <PARAMETER name="topic">autoDecisionExceptions</PARAMETER>
   <PARAMETERREF>schedulerReferenceProperties</PARAMETERREF>
   <PARAMETERREF>sendToRiskManagement</PARAMETERREF>
</EVENT>