Blog posts filed under “solution”

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.