Platform Action
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
actionUrl | String | For action links of subtype
Ui or Download, direct the user to download or visit the UI from this link.
Salesforce issues a
Javascript redirect for the link in this format: /action-link-redirect/communityId/actionLinkId?_bearer=bearerToken. For Api and ApiAsync action links and for all platform actions, this value is null. Salesforce handles the callout to Api or and ApiAsync action links. To call an Api or an ApiAsync action link, you can also make a PATCH request to the /connect/action-links/actionLinkId resource and set status to PendingStatus. |
Medium, 33.0 | 33.0 |
apiName | String | The API name. This value may be null. | Medium, 33.0 | 33.0 |
confirmationMessage | String | If this action requires a confirmation and has a status of NewStatus, this is a default localized message that should be shown to an end user prior to invoking the action. Otherwise, this is null. | Medium, 33.0 | 33.0 |
createdRecords | Record Summary[] | The collection of records that this action created after it was invoked by the context user. This collection is empty if the action hasn’t been performed yet by the context user or if the action doesn’t create a record. Only records created by the context user are shown. | Medium, 33.0 | 33.0 |
executingUser | User Summary | User who initiated execution of the platform action. | Medium, 33.0 | 33.0 |
groupDefault | Boolean | true if this platform action is the default or primary platform action in the platform action group; false otherwise. There can be only one default platform action per platform action group. | Small, 33.0 | 33.0 |
iconUrl | String | The URL of the icon for the platform action. This value may be null. | Medium, 33.0 | 33.0 |
id | String | The ID of the platform action. If the type is QuickAction and the subtype is Create, this value is null. |
Small, 33.0 | 33.0 |
label | String | The localized label for this platform action. | Small, 33.0 | 33.0 |
modifiedDate | String | ISO 8601 date string, for example, 2011-02-25T18:24:31.000Z | Small, 33.0 | 33.0 |
platformActionGroup | Reference | A reference to the platform action group containing this platform action. | Small, 33.0 | 33.0 |
status | String | The execution status of the platform action. Values are:
For action links only, you can update the status by making a PATCH request to the /connect/action-links/actionLinksId resource. |
Small, 33.0 | 33.0 |
subtype | String | The subtype of a platform action or null. If the type property is ActionLink, possible values are:
|
Small, 33.0 | 33.0 |
type | String | The type of platform action. Values are:
|
Small, 33.0 | 33.0 |
url | String | Connect REST API resource URL for the platform action. If the type is QuickAction and the subtype is Create, this value is null. |
Small, 33.0 | 33.0 |