6.2 Configuring Activity Information

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 should 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.

Activity Information table provides activity details such as attribute name, value, default pre-packaged value, behavior, and SQL

Table 6-1

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

UPDATE APPLN_PARAMETERS SET V_ATTRIBUTE_VALUE1

='<NUMBER OF DAYS>'

WHERE N_PARAM_IDENTIFIER

=33;

COMMIT;