glide-api-reference
Glide API Reference
Overview
This skill provides a comprehensive reference for ServiceNow's server-side Glide APIs:
- GlideRecord - Query, insert, update, and delete records
- GlideAggregate - Perform aggregate operations (COUNT, SUM, AVG, etc.)
- GlideDateTime/GlideDuration - Date and time manipulation
- GlideSystem (gs.*) - System utilities and user context
- GlideUser - Current user information
- GlideSession - Session management
- GlideElement - Field-level methods
- GlideEncrypter - Encryption utilities
- JSON/XML utilities - Data transformation
When to use: When writing Business Rules, Script Includes, Scheduled Jobs, UI Actions, or any server-side script in ServiceNow.
Who should use this: ServiceNow developers at all levels who need a quick reference for Glide APIs.
More from happy-technologies-llc/happy-platform-skills
happy-platform-skills
Reusable development patterns and automation recipes for enterprise platforms - 180+ skills across 23 categories
17scheduled-jobs
Comprehensive guide to creating and managing ServiceNow scheduled jobs - run frequencies, conditional execution, performance optimization, error handling, and debugging
4flow-generation
Generate ServiceNow Flow Designer flows from natural language descriptions including triggers, actions, conditions, subflows, approval flows, notification flows, and data manipulation flows
4application-scope
Manage scoped application development including setting application context and update set alignment
4scripted-rest-apis
Comprehensive guide to creating, securing, and testing Scripted REST APIs in ServiceNow for custom integrations and external system connectivity
4automated-testing
Comprehensive Automated Test Framework (ATF) guide for creating, managing, and executing automated tests in ServiceNow
4