Glide Record
Glide Record
GlideRecord
An Overview
Allows developers to
interact with the
An API to help provide database, create logs,
WHAT IS IT? ways to interact with the and handle other
ServiceNow platform tasks in the back-end
Employee Onboarding: Use GlideRecord to create a new user profile when a new employee
joins.
Incident Management: Use GlideRecord to create and track an incident when a user reports an
issue.
Asset Tracking: Use GlideRecord to track company assets and link them to users.
Knowledge Base Articles: Use GlideRecord to create and manage articles in a knowledge base.
©️Hibdigital 2024 - All rights reserved - Confidential - N.Sayed 3
initiate GlideRecord class (create object of a
class)
Syntax var gr = new GlideRecord ('table_name');
https://docs.servicenow.com/bundle/washingtondc-api-
reference/page/app-
store/dev_portal/API_reference/GlideSystem/concept/c_GlideSy
stemAPI.html
©️Hibdigital 2024 - All rights reserved - Confidential - N.Sayed 6