Mobile Mini Layout Settings

Starting from CT Mobile iOS 3.0, the setting has been moved to CTM Settings.

Mobile Mini Layout Settings is a custom setting that is used to set up a mini-layout to create a new record in the CT Mobile app.


Custom setting API name: clm__MobileLayoutSettings__c


Field API Name Type Description

Action

clm__Action__c

Text(255)

System Event ID: New

Fields

clm__Fields__c

Text(255)

List of API names (separated by a comma, without blank space) of object fields to be displayed in the record creation window.

Read Only

clm__ReadAttribute__c

Text(255)

The attribute defines whether a field must be read-only. Specify a list of true and false values (separated by a comma, without blank space) for every field specified in clm__Fields__c.

The attribute is not in use.

Recordtype Developer Name

clm__RecordTypeDeveloperName__c

Text(255)

API-name of the object record type to which this parameter will be applied.

Required

clm__RequiredAttribute__c

Text(255)

The attribute defines whether a field must be filled out. Specify a list of true and false values (separated by a comma, without blank space) for every field specified in clm__Fields__c.

SObject

clm__SObject__c

Text(255)

API-name of the object on which a record is being created.

Sort

clm__Sort__c

Text(255)

SOQL-criteria of sorting records.

The Attribute is not applied anymore.

Org ID/Profile ID

clm__OrgProfileId__c

Text(255)

Organization ID/Profile ID to which this setting is applicable:

  • if Profile ID is set, the setting is applied only to the profile;

  • if Organization ID is set, the setting is applied to all non-configured profiles.

  • if Profile ID and Organization ID are not set, the setting is applied to all non-configured profiles.

``