6.16.1 Manual Mode
Use this section to configure fields for Financial Institution Where Activity Occurred and Branch information in manual mode mode
To enable manual mode, follow these step:
- In the Appln_Parameters table for N_PARAM_IDENTIFIER = 62
- If you want manual selection mode for Financial Institution Where Activity
Occurred (FIWAO), then set
V_ATTRIBUTE_VALUE1 = 'N'update APPLN_PARAMETERS set V_ATTRIBUTE_VALUE1 = 'N' where N_PARAM_IDENTIFIER = 62; - If you want manual selection mode for Branch Information (BI), then set
V_ATTRIBUTE_VAL- UE2= 'N’update APPLN_PARAMETERS set V_ATTRIBUTE_VALUE2 = 'N' where N_PARAM_IDENTIFIER = 62;
- If you want manual selection mode for Financial Institution Where Activity
Occurred (FIWAO), then set