Dt_Sidenav

Navigation Data Type

The Dt_Sidenav data type defines the structure of the sidebar navigation. It uses option sets to ensure consistency in the navigation structure while maintaining flexibility for different user roles.

Data Fields:

  • Index (number) – Determines the order of navigation items in the sidebar.

  • navPage (os_navPage, option set) – Specifies the page linked to the navigation item.

  • Usertype (os_user_types, option set) – Defines which user roles have access to this navigation item.

  • Creator (User, built-in field) – Automatically records who created the navigation item.

  • Modified Date (date, built-in field) – Tracks the last modification date of the navigation item.

  • Created Date (date, built-in field) – Records when the navigation item was created.

  • Slug (text, built-in field) – A unique identifier useful for search queries or URL-friendly navigation.

Last updated