logo

NJP

Debug ACL's by Scripts

Import · Apr 23, 2022 · article

to only see ACL logs which are refusing access to user -GlideSessionDebug.enable("security_refuse");to only see ACL logs which are granting access to user - GlideSessionDebug.enable("security_grant");if transactions are running in background, you can print ACL logs to node log file by below:GlideSessionDebug.enable("security_refuse, true");

GlideSessionDebug.enable("security_grant, true");

https://youtu.be/\_-C6NqyUiy0?list=PL3rNcyAiDYK08\_Xjuvu6IFEK8pqFT99WQ

View original source

https://www.servicenow.com/community/now-platform-articles/debug-acl-s-by-scripts/ta-p/2306220