16 Screens- Guidelines and Best Practices
This topic provides a list of guidelines and best practices for creating Screens and Tabs.
Below are the practices to be followed while designing screens:
- A function Id should have one main screen.
- Screen Name should start with CVS_.
- Every screen will have three portions called Header, Body, and Footer. The developer should not delete these portions.
Keypoints for creating Tabs
Below are the key points to be noted while creating tabs:
- FLEXCUBE architecture does not support multiple tabs in the footer portion of the screen.
- If the screen does not have multiple tabs, then only the TAB_MAIN needs to be used. TAB_HEADER should not contain any sections in this scenario.
- If the screen is multi-tabbed, TAB_HEADER and TAB_MAIN should be used while designing. TAB_HEADER denotes the header portion of the screen and TAB_MAIN should contain the main tab fields.
- TAB_HEADER, TAB_FOOTER, and TAB_MAIN should not be deleted by the developer.
- If any templates are chosen for the footer, TAB_FOOTER need not be manually designed.
- Order of Tabs/Sections in the screen can be rearranged by rearranging them in the tree by drag and drop.