6.2 Configuring Activity Information
This attribute specifies if the information of activity dates and amount from ECM has to be captured in CRR or not. The field accepts only a Y or N value. Y indicates enabling capturing activity info, and N indicates disabling the same.
This parameter is set to Y if activity dates/amount has to be imported from ECM. If not, the parameter is set to N.
To configure activity information in the application parameter, follow these steps: Log into the Atomic schema and execute the following query:
UPDATEAPPLN_PARAMETERS SET V_ATTRIBUTE_VALUE1 = '<Y or N>' where
n_param_identifier=16; COMMIT;