Server side and Client side Objects in ServiceNow?

munnashaik
Kilo Contributor

What are the Objects we will use in Servicenow on Server and Client side...

3 REPLIES 3

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...

 

 

 

servicenowavina
Tera Contributor

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