5 Preferences

This topic provides an overview of the Preferences screen.

Details entered in Preferences screen are used in generating INCS for SMTB_MENU, SMTB_FUNCTION_DESCRIPTION and SMTB_ROLE_DETAILS.

In the Control String field, the developer needs to select the actions which should be available for Preferences screen in the Oracle FLEXCUBE Universal Banking.

Figure 5-1 Preferences- Maintenance Screen



Note the following points while providing details in the Preferences screen
  1. Control String: REVERSE, ROLLOVER, CONFIRM, LIQUIDATE, HOLD operations are not applicable for maintenance screens.
  2. Defining Browser Menu Tree: Browser menu tree will be defined in the script generated for smtb_function_description.
The following labels has to be maintained for generation of proper script:
  • Main Menu: LBL_{function ID}_MAIN_MENU
  • Sub Menu 1: LBL_{function ID}_SUB_MENU_1
  • Sub Menu 2: LBL_{function ID}_SUB_MENU_2
  • Description: LBL_{function ID}_DESC

Refer Management ODT Screen Development for the detailed explanation on preferences.

Example 5-1 Labels to be maintained for STDCIFD

  • LBL_STDCIFD_MAIN_MENU
  • LBL_STDCIFD_SUB_MENU_1
  • LBL_STDCIFD_SUB_MENU_2
  • LBL_STDCIFD_DESC