Tag: client-scripts
10 results
-
A Faster, More Efficient Client-side GlideRecord (Free tool!)
EfficientGlideRecord is a free, drop-in replacement for client-side GlideRecord that's up to 93% faster - no extra Script Include needed.
-
Animated Loading Message & Collapsible Details on ServiceNow Form or Field (Client-side)
Build an animated loading indicator with expandable detail panels on ServiceNow forms, entirely client-side.
-
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.
-
Set Catalog Variables from URL Params (Free tool)
A free tool that pre-populates ServiceNow catalog item variables from URL parameters. Great for knowledge articles and direct links.
-
Asynchronous onSubmit Catalog/Client Scripts in ServiceNow
How to do server-side validation in onSubmit catalog client scripts using async patterns, since synchronous GlideRecord isn't an option.
-
How to Enable DOM Manipulation in ServiceNow Service Portal Catalog Client Scripts
A workaround for enabling DOM manipulation in Service Portal catalog client scripts, where getControl() and gel() don't exist.
-
Array.indexOf() not working in ServiceNow - Solution!
Why Array.indexOf() silently fails in server-side ServiceNow scripts, and how to fix it with ArrayUtil.
-
Easily Clone One User's Access to Another User
A quick script that copies all roles and group memberships from one ServiceNow user to another. Onboarding made less painful.