FLOW_CheckObjectPermissions.DTO_Request
Class
apex
global inherited sharing class FLOW_CheckObjectPermissions.DTO_RequestDTO containing the name of the object for which to object permissions
Since: 1.0
Fields
| Field | Description |
|---|---|
| global String objectApiName | The API name of the object for which to check permissions. |
Field Details
objectApiName
apex
@InvocableVariable(required=true description='The API name of the object for which you want to check permissions' label='Object Name') global String objectApiNameType: String
The API name of the object for which to check permissions.
Since: 1.0