14.8 Configuring Case Due Date
This section describes how to configure Case Due Date.
Case Due Date is determined based on the configured data on the following three tables:
- KDD_ACTION
- KDD_CASE_TYPE_PARAM_CONFIG
- KDD_INSTALL_PARAM
Scenario 1: Using KDD_ACTION
If the DFLT_DUE_DT_LM column value for the particular action in question (e.g., CREATE_CASE) is defined, the case due date is created based on it. And the process ignores the remaining two tables.
For example:
SELECT DFLT_DUE_DT_LM FROM KDD_ACTION ka;
The due date for the newly created case will be selected from the KDD_ACTION table's DFLT_DUE_DT_LM column.
Scenario 2: Using KDD_CASE_TYPE_PARAM_CONFIG
If the KDD_ACTION table does not have a preconfigured value for case due date, then it is determined based on the configurations done in the KDD_CASETYPE_PARAM_CONFIG for the specific Case Type and V_PARAM_CDDUE_DT_LMT.
In the KDD_CASETYPE_PARAM_CONFIG table, define the Case Type and Due Date.
SELECT * FROM KDD_CASETYPE_PARAM_CONFIG kcpc;
V_PARAM_CD-DUE_DT_LMT
V_CASE_TYPE-AML_SURV
V_PARAM_VALUE-10
The AML_SURV Case Type has a due date of 10 days in the KDD_CASETYPE_PARAM_CONFIG table. You can change the case due date. In the KDD_ACTION table, clear the default due date, and configure the AML_SURV case type in the KDD_CASETYPE_PARAM_CONFIG table.
You can also configure different due dates for Case Types. For more information, see Configuring Different Due Dates for Case Types.
Scenario 3: Using KDD_INSTALL_PARAM
If both the KDD_ACTION and KDD_CASE_TYPE_PARAM_CONFIG tables do not contain any preconfigured value for case due date; Case due date is determined based on the KDD_INSTALL_PARAM table.
You can also configure the case due date via the UI.
- Open the Manage Common Parameters screen.
- Select Used for Design from the Parameter Category drop-down list.
- Select Default Due Date Calculationfrom the Parameter Name drop-down list.
- Edit the required parameter details (specify if calendar or business days will
be used for due date calculation. Allowed values are C for Calendar days and B
for Business days.):
- Parameter Value = B
- Attribute 1 Value = 30
- Scroll down and click Save. A confirmation dialog box appears asking: Would you like to Save these actions?
- Click OK. A Confirmation dialog box appears with the message: Update Operation Successful.
- Click OK. The Manage Common Parameters page is displayed.