6.4 Configuring the CTR Due Date

The CTR Due Date parameter specifies the default due date that is associated with the newly created CTR. The CTR Due Date is calculated based on the original transaction processed date. The value of this parameter is given in terms of number of days, therefore the default due date becomes the transaction processed date added with the number of days mentioned as the value of this parameter. For transactions that occur on holidays or weekends, the CTR Due Date is calculated using the next business date or next transaction processing date.

To modify the due date parameter, an update query must be executed in the MANTAS Schema of the Database with an appropriate user.

To update the due date parameter to 15 days, execute the following query:

UPDATE kdd_install_param t 
SET t.param_value_tx = '15' WHERE t.param_id = 104