6.16.2 Auto Mode

Use this section to configure fields for Financial Institution Where Activity Occurred and Branch information in automatic mode. It is a default mode.

To enable auto mode, follow these step:

  1. In the Appln_Parameters table for N_PARAM_IDENTIFIER = 62
    • If you want auto selection mode for Financial Institution Where Activity Occurred (FIWAO), then set V_ATTRIBUTE_VALUE1 = 'Y'

      update APPLN_PARAMETERS set V_ATTRIBUTE_VALUE1 = 'Y' where N_PARAM_IDENTIFIER = 62;

    • If you want auto selection mode for Branch Information (BI), then set V_ATTRIBUTE_VAL- UE2= 'Y’

      update APPLN_PARAMETERS set V_ATTRIBUTE_VALUE2 = 'Y' where N_PARAM_IDENTIFIER = 62;