how to use ACL execute ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2018 02:50 AM
Hi guy !
i have a Business Rule and a Client Script. I use Access Control(Type: record, Operation: execute) to control access execute script but i don't know about ACL execute.
Please help me !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2018 02:52 PM
Acl with operation execute is used if you don't want a user to execute any scripts on that particular table.
Only users having the role mentioned in the 'requires role' on an ACL can execute any scripts on that table.
what is your requirement?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2018 07:07 PM
Hi Abhishek,
Thank you so much for your reply.
I updated my Question. Please help me !
have nice day !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2018 04:16 PM
ACL with operation execute doesn't restrict the user from running business rules or UI policies or client scripts. It is mainly used for client callable script includes and Rest endpoint executions. That is the reason why you are unable to restrict the UI policies or client scripts or business rules.