6.10 Configuring Unknown Branch Indicator
If you want unknown branch indicator must be checked by default, then you must configure it in the Appln_Parameters table.
- If you want unknown branch indicator to be checked by default, then set value as Y.
- If you want unknown branch indicator to be unchecked by default, set value as N or
NULL. To configure unknown branch Indicator in the application parameters, follow
these steps:
- Log into the Atomic schema and execute the following query.
update APPLN_PARAMETERS set V_ATTRIBUTE_VALUE1 = 'Y' where N_PARAM_IDENTIFIER = 58;
- Log into the Atomic schema and execute the following query.