General server-side operations including system interactions, user session management, event queuing, and utility functions. Covers GlideSystem (gs) methods, logging, system properties, and background...
5
AI 95
servicenow-http-integrations
DanielMadsenDK3/9/2026
Establish secure outbound integration connections using REST, SOAP, and HTTP protocols. Covers RESTMessageV2, OAuth token management, request signing, and response parsing. Use when integrating with e...
3
AI 84
servicenow-client-scripts
DanielMadsenDK2/28/2026
Implement browser-side client scripts with GlideAjax patterns, UI Policies, and g_form APIs. Covers performance optimization, preventing browser blocking, and safe DOM access. Use for OnChange/OnLoad/...
3
AI 83
servicenow-manipulate-data
DanielMadsenDK2/21/2026
Query, insert, update, and delete records in the ServiceNow database with emphasis on performance and security. Covers GlideRecord, GlideQuery, GlideAggregate, and secure data access patterns. Use whe...