5.2 Configuring Due Date

The due date is set to N days from the date the request is sent from ECM to CRR, where N is a configurable number of days. The N days filing time must exclude both holidays and weekends, that is, it refers specifically to business days. The Due date can be modified by any user, based on the configuration mentioned in the following table

Table 5-1 Due Date

Attribute Name Value Default pre-pack Aged Value Behavior SQL
Number of Days N 5 (Days) When a CRR report is created manually or through ECM action, it automatically sets the due date to the action date + N calendar days. If the parameter is blank, then no date is set.

UPDATE APPLN_PARAMET ERS SET V_ATTRIBUTE_V ALUE1= '<NUMBER OF DAYS>'

WHERE N_PARAM_IDENT IFIER= 48;

COMMIT;