Simplify your GlideAjax syntax

November 29, 2024

There are lot of tutorials out there on how to write GlideAjax code in ServiceNow. And yet another guy comes with another one. This one shows you how to make it simple but effective. This one is my personal preference on how to write GlideAjax the best. And I just feel that it could help somebody to simplify their code and make it more readable.

How to detect slow ACLs

October 25, 2024

Slow access controls (ACLs) might be a significant performance killer in your ServiceNow platform. Especially the READ ones that can make your reports badly performing. There is a reason why ServiceNow Health Scan has a recommendation “Read ACLs should not have GlideRecord/GlideAggregate in script” as this can significantly impact performance.

3 tips to enhance reporting security

June 7, 2024

As a ServiceNow admin, you want to encourage users to use the platform features like Reporting. Reporting can bring good insights to users on their data in a real time. Nevertheless, you want to be sure that basic security rules are applied and that reporting does not increase risk exposure to threats like data leak, or unauthorized data access.