Mini Layout

The Mini Layout record type is intended to store settings for a mini layout to create a new record in the CT Mobile app.

To create or update the settings of mini layouts, go to CT Mobile Control Panel 2.0: Mini Layouts.

Record Type API name: MiniLayout


Field API Name Type Description

External Id

clm__ExternalId__c

Text(255)

Contains the ID of the corresponding record of custom settings.

Fields

clm__Fields__c

Long Text Area(32768)

Stores a list of fields that should be always included in the Export to File workflow in the Actions menu. If the list is not set, then no required fields will be displayed.

Object

clm__SObject__c

Text(255)

Stores an API Name of a mini layout.

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.

Object Record Type

clm__ObjectRecordType__c

Text(255)

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

Required Attributes

clm__RequiredAttributes__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.

``