Menu Settings and Offline Objects

Menu Settings and Offline Objects is a custom setting to store object details that are uploaded offline and are displayed in the Mobile Application main menu, according to a user profile.

Settings of the main menu are also stored as records of the Menu record type of the custom CTM Settings object.

For an easy setup, go to CT Mobile Control Panel 2.0. CT Mobile Control Panel 2.0 makes duplicates of the offline objects list in Related List Filters so that to be able to use an unlimited offline objects list.

Custom setting API name: clm__TopLvlObjects__c


Field API Name Type Description

Conflict Manager Attribute

clm__ConflictManagerAttribute__c

Text(255)

List of attributes for managing conflict records in CT Mobile app and Salesforce. Available values:

  • true

  • 1

  • false

  • 0

Group Fields

clm__GroupFields__c

Text(255)

List of fields' API names responsible for records grouping in the menu on the left side. If the field is left blank, records will be grouped by the title of a compact layout.

Menu Settings

clm__MenuSettings__c

Text(255)

List of menu items available in the CT Mobile menu.

Offline Objects

clm__TopLvlObjects__c

Text(255)

List of objects' API names available in the CT Mobile.

Online Attribute

clm__OnlineAttribute__c

Text(255)

List of attributes used to display a link for records loading in the menu on the left side.

Available values:

  • true

  • 1

  • false

  • 0

Sort Order

clm__SortOrder__c

Text(255)

The list of sorting operators is applied to the selected grouping fields. Available values:

  • ASC

  • DESC

If a sorting operator is not set, the sorted order is ASC. Sort order is applied only to the grouping sections, records in groups are sorted alphabetically.

``