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