6.2 Guidelines and Best Practices

This topic describes about the guidelines and best practices.

Follow the below practices 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. Developer should not delete these portions.
While creating tabs, note the following
  • FLEXCUBE architecture does not support multiple tabs in 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 footer, TAB_FOOTER need not be manually designed.
  • Order of Tabs/Sections in the screen can be re arranged by re arranging them in the tree by drag and drop