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
Fields
| Field | Description |
|---|---|
| global String objectApiName | The API name of the object for which to check permissions. |
objectApiName
apex
@InvocableVariable(required=true description='The API name of the object for which you want to check permissions' label='Object Name' placeholderText='Foobar__c') global String objectApiNameType: String
The API name of the object for which to check permissions.