Layout Setting Field Reference

The Layout Setting record type is used to set up the Form Document page layout in Salesforce, for example, to display the information about signers or an object to sign.


API name in Salesforce: LayoutSetting


Field API Name Type Description

Fields to Display

ctsign__FieldsToDisplay__c

Long Text Area (32768)

Specify the fields to display on the Form Document page (separated by a comma, without blank space).

Object

ctsign__Object__c

Text(255)

The API name of the object and which fields should be displayed in the document.

A separate record should be created for each object to sign.

Read Only Attributes

ctsign__ReadOnlyAttributes__c

Text(255)

Whether the specific field is read-only.

List of true/false values (separated by a comma, without blank space) for every field specified in ctsign__FieldsToDisplay__c.

Required Attributes

ctsign__RequiredAttributes__c

Text(255)

Whether the specific field is required.

List of true/false values (separated by a comma, without blank space) for every field specified in ctsign__FeldsToDisplay__c.

Type

ctsign__Type__c

Picklist

Specify the location to place fields listed in the ctsign__FieldsToDisplay__c. Available values:

  • The Header is used for adding fields of the object to sign;

  • The List is used for adding fields of the signers.

``