Glide APIs and Classes in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2023 11:16 AM
In ServiceNow we have several API's are there to interacting with snow applications and to customize existing functionalities.
Client Side API's:
1.Glide Form
2.Glide User
3.Glide Ajax
4.Glide Dialog window
5.Glide List
6.Glide List Menu
Server Side API's:
- Glide Record
- Glide System
- Glide Date
- Glide Date and Time
- Glide Aggregate
- Glide Element
and there are several methods are there in Glide Record.
The following are the glide Record methods:
Query() - , addQuery() , addEncodedQuery() , addInactiveQuery(), next(),get(),setLimit(),orderBy(),orderByDesc(),getRowNumber(),getRowCount(),chooseWindow(),addjoinQuery(),getClassDisplayValue(),getDisplayValue(),getLabel(),getLink(),getLoading(),getRecordclassName(),getRelatedLists,getRowNumber(),getTableName(),restoreLocaton(),saveLocation(),setAbortAction(),insert(),deleteRecord(),update(),initialize(),deleteMultiple(),updateMulitple(),addNullQuery(),addNotNullQuery(),autoSysfields(),canCreate(), canRead(),canWrite(),canDelete(),change(),find(),getAttribute(),getElements(),getFields(),getValue(),hasAttachments(),insertWithReference(),isNewRecord(),isValid(),isValidField(),isValidRecord(),newRecord(),isValid(),isValidField(),isValidRecord(),newRecord(),setDisplayValue(),setForceUpdate(),setValue(),setWorkflow().