Profile
API Name: Profile__c
Define fields and components for the profile page.
Label | API Name | Type | Description |
---|---|---|---|
Name | Name |
Text(255) | |
Fieldname | FieldName__c |
Text(255) | The name of the Account or Contact field. The name of the custom label. |
Read only | ReadOnly__c |
Checkbox | The field will be rendered as text and is not editable. Do not use for required fields. |
Rendered (Controlling Field) | Rendered__c |
Text(255) | Set a field, which controls if this component will be rendered. Fields are referenced as Account.Criteria__c or Contact.Criteria__c. The criteria field must return a boolean value. |
Required | Required__c |
Checkbox | Mark a input as required at the profile page. Fields which are required at the database level are marked as required, ignoring this setting. |
Sequence | Sequence__c |
Number(4, 0) | The components are ordered by sequence at the profile page. |
Source | Source__c |
Text(255) | The source for this profile component. Either Account, Contact or Label. |