how to use ACL execute ?

TIME4
Kilo Explorer

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 !

 

 find_real_file.pngfind_real_file.pngfind_real_file.pngfind_real_file.pngfind_real_file.pngfind_real_file.pngfind_real_file.pngfind_real_file.pngfind_real_file.pngfind_real_file.pngfind_real_file.png

3 REPLIES 3

Abhishek77
ServiceNow Employee
ServiceNow Employee

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?

 

 

Hi Abhishek,

Thank you so much for your reply. 

I updated my Question. Please help me !

have nice day !

Abhishek77
ServiceNow Employee
ServiceNow Employee

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.