Menu
The Menu record type is intended to store settings for the main menu for a specific profile, such as the order of menu items, offline objects, and modules, the order of modules.
| To create or update the main menu settings, go to CT Mobile Control Panel: App Menu. |
Record Type API Name: Menu
| Field | API Name | Type | Description | ||
|---|---|---|---|---|---|
Component |
clm__Component__c |
Text(255) |
Stores an API Name of an offline object, module’s name, or name of a menu item, e.g., Home and Settings, that will be available in the main menu.
|
||
External Id |
clm__ExternalId__c |
Text(255) |
Contains the ID of the corresponding record of custom settings. |
||
Grouping field |
clm__GroupingField__c |
Text(255) |
Stores an API Name of a field for grouping records in the main menu.
|
||
Order |
clm__Order__c |
Number(18,0) |
Stores the position of a component in the main menu.
|
||
Org ID/Profile ID |
clm__OrgProfileId__c |
Text(255) |
Stores the profile’s ID. Left blank or specify an Organization ID to apply for all non-configured profiles.
|
||
Sorting Order |
clm__SortingOrder__c |
Text(255) |
Stores an ascendent (ASC) or descendant (DESC) sorting order for menu item records.
|