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.
List Object Info
List object info.
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| availableScopes | List Object Scope[] | Information about available scopes for the object. | Small, 61.0 | 61.0 |
| columns | List Object Column[] | Information about available columns for the object. | Small, 61.0 | 61.0 |
| createable | Boolean | Indicates whether a new list for the object can be created (true) or not (false). | Small, 61.0 | 61.0 |
| objectApiName | String | Object API name. | Small, 61.0 | 61.0 |
| publicCreateable | Boolean | Indicates whether the context user can create a public list view for the object
(true) or not (false). If publicCreateable is true, sharedCreateable is also true. |
Small, 67.0 | 67.0 |
| publicOrSharedCreateable | Boolean | Indicates whether the context user can create a public list view for the object
(true) or not (false). This property is deprecated in version 67.0 In version 67.0 and later, we recommend using publicCreateable or sharedCreateable for this information. |
Small, 61.0 | 61.0 |
| relatedEntityApiName | String | API name of the related object to which this list can be scoped, or null. | Small, 61.0 | 61.0 |
| sharedCreateable | Boolean | Indicates whether the context user can create a shared list view for the object (true) or not (false). | Small, 67.0 | 67.0 |