Tag: debugging
6 results
-
Find Filthy Inefficient Single-Record Queries FAST
A script that scans your instance for single-record GlideRecord queries missing setLimit(1) - the most common performance anti-pattern in ServiceNow.
-
5 Ways to Check your ServiceNow Instance for DANGEROUS CODE in Less Than 5 minutes
Five quick checks to find dangerous code hiding in your ServiceNow instance - from recursive business rules to script-injected ACLs.
-
Debugging Client & Catalog Client Scripts in ServiceNow
How to debug client-side and catalog client scripts in ServiceNow using browser dev tools and built-in platform features.
-
Make Your Log Entries Easier to Find
Tips for making your gs.log() entries actually findable, including a helper function that automatically adds source context.
-
Locate any record in any table, by sys_id in ServiceNow
A script that searches every table in your instance to find which record a mystery sys_id belongs to.