Server side and Client side Objects in ServiceNow?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2017 08:56 PM
What are the Objects we will use in Servicenow on Server and Client side...
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2017 09:02 PM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2018 02:18 AM
These are the classes, we want object like
current as server side object
g_form at client side
so can u please tell us object like that??
Thanks in advance...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2018 02:06 AM
following are the classes not the object
Following are the some of the ServiceNow Server Side Glide classes:
- GlideRecord: This class is used for database operations instead of writing SQL queries.
- GlideElement: This class is used to operate on the fields of the current GlideRecord.
- GlideSystem: This class is used to get information about the system
- Glide Aggregate: This class is used to perform database aggregation queries
- GllideDateTime: This classes is used to perform date-time operations
Following are the some of the ServiceNow Client Side Glide classes:
- GlideAjax: This class is used to execute server-side code from the client
- GlideDialogWindow: This class is used to display a dialog window
- GlideForm: This class is used to customize forms
- GlideList2: This class is used to customize (v2) lists, including normal lists and related lists
- GlideMenu: This class is used to customize UI Context Menu items
- GlideUser: This class is used to get session information about the current user and current user roles