PlatformAction
Schema file for PlatformAction.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record. | |
| ExternalId | String | External ID from another system. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| Label | String | Field containing Label information. | |
| Type | String | Type of account or classification. | |
| Subtype | String | Type classification for Sub. | |
| ApiName | String | The name used when accessing the resource using the API. | |
| ActionTarget | String | Field containing ActionTarget information. | |
| ActionTargetType | String | Type classification for ActionTarget. | |
| ConfirmationMessage | String | Field containing ConfirmationMessage information. | |
| GroupId | String | ID of the Group associated with this record. | |
| IsGroupDefault | Bool | Indicates whether the record has the GroupDefault characteristic. | |
| Category | String | Field containing Category information. | |
| InvocationStatus | String | Status of the Invocation. | |
| InvokedByUserId | String |
User.Id | ID of the InvokedByUser associated with this record. |
| SourceEntity | String | Field containing SourceEntity information. | |
| ActionListContext | String | Field containing ActionListContext information. | |
| DeviceFormat | String | Field containing DeviceFormat information. | |
| RetrievalMode | String | Field containing RetrievalMode information. | |
| IconContentType | String | Type classification for IconContent. | |
| IconHeight | Int | Field containing IconHeight information. | |
| IconWidth | Int | Field containing IconWidth information. | |
| IconUrl | String | Field containing IconUrl information. | |
| IsMassAction | Bool | Indicates whether the record has the MassAction characteristic. | |
| PrimaryColor | String | Field containing PrimaryColor information. | |
| RelatedSourceEntity | String | Field containing RelatedSourceEntity information. | |
| Section | String | Field containing Section information. | |
| RelatedListRecordId | String | ID of the RelatedListRecord associated with this record. | |
| TargetUrl | String | Field containing TargetUrl information. | |
| TargetObject | String | Field containing TargetObject information. | |
| OpenType | String | Type classification for Open. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. |