QuestionQ334
Extend the platformYou develop a plug-in that creates a row in a custom table.
Only certain users are permitted to create rows in that custom table.
You need to enable the plug-in to run for every user while following the principle of least privilege.
What should you do?
- A Initiate the iOrganizationService by passing the ID of a user with permissions to create rows in the custom table.
- B Ensure all users have been granted the Environment Maker role.
- C Set Run in the User’s Context to Calling User in the plug-in step.
- D Ensure all users have the Acton Behalf of Another User permission assigned to one of their security roles.
Community Discussion