Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Record Layout Save Option
The save option for a record layout. Save options define behavior
that occurs when objects are created or modified using the given layout. For example, for
Cases and Leads, a “UseDefaultAssignmentRule” save option is exposed to control whether
assignment rules are applied when Cases or Leads are created or edited.
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| defaultValue | Boolean | Indicates whether the save option defaults to enabled (true) or not (false). | Small, 51.0 | 51.0 |
| isDisplayed | Boolean | Indicates whether the save option is displayed in the layout or not. | Small, 51.0 | 51.0 |
| label | String | Label for the save option. | Small, 51.0 | 51.0 |
| name | String | API name for the save option. | Small, 51.0 | 51.0 |
| restHeaderName | String | REST API header for the save option. | Small, 51.0 | 51.0 |
| soapHeaderName | String | SOAP API header for the save option. | Small, 51.0 | 51.0 |