GlideQuery API
Notes and Resources related to GlideQuery in ServiceNow.
GlideQuery API are basically Script Includes that use GlideRecord APIs. GQ is more like modern Javascript and are more failsafe, in addition the API gives more explanatory error messages when something goes wrong, unlike Stacktace you receive from GlideRecord.
The GlideQuery API is an alternative to GlideRecord to perform CRUD operations on record data from server-side scripts.
- SN Product Documentation