6.3 Configuring Default Domain 1
This parameter identifies the default jurisdiction (domain 1) assignment while creating a report manually in OFSCRR.
Execute the following query in OFSCRR atomic schema as required
UPDATE APPLN_PARAMETERS SET V_ATTRIBUTE_VALUE2 = '<VALUE OF DEFAULT DOMAIN 1>'
WHERE V_ATTRIBUTE_NAME1 = 'ENABLE DEFAULT DOMAIN1';COMMIT;
By default, the flag to enable default domain 1 in the UI is set to Y.OFS CRR can be configured not to display any default value for domain 1 in the UI while creating a new report by setting the flag to N. Execute the following query in OFS CRR atomic schema as required.
UPDATEAPPLN_PARAMETERS SET V_ATTRIBUTE_VALUE1 = '<Y or N>' WHERE
V_ATTRIBUTE_NAME1 = 'ENABLE DEFAULT DOMAIN1';COMMIT;