Navigation Form
A navigation form is a special web form, it always hosts a grid view which lists the dependent data (child records) to the record presented in the base form (base form data). The grid view in a navigation form should accept a parameter recId as the base form data's record id.
Navigation Form Settings
  • Title: Title of navigation bar, and navigation form tab;
  • ToolTip: ToolTip of the navigation bar;
  • Image URL: Image URL of the navigation bar;
  • Display Order: Navigation bar's display sequence;
  • Form Gridview: Navigation form's GridCtrl;
  • View Access: View access permission key.
Please be noticed that in order to uniformly manage the navigation bars, the base form is treated as a navigation form, and it is always the first form in the list (Display Order is 1).