what is difference b/w g_form,g_record,g_system. please help me out from this question. Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2016 11:16 PM
what is difference b/w g_form,g_record,g_system. please help me out from this question. Thanks in advance
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2016 11:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2016 11:50 PM
sorry for the typo, table name is cmn_notif_device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2016 11:54 PM
Please ignore my reply, it was intended for another question.
Please refer to these links for your question
http://wiki.servicenow.com/?title=GlideSystem#gsc.tab=0
http://wiki.servicenow.com/index.php?title=GlideForm_(g_form)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2016 11:55 PM
Hi,
g_form (Glide Form): It is the Javascript class used to customize forms.
g_record(Glide Record): It is a special Java class used for database operations instead of writing SQL queries.
g_system(Glide System): It provides a number of convenient methods to get information about the system, the current logged in user, etc.
For example, the method addInfoMessage() permits communication with the user.
Please go through the below link for more info.
GlideForm (g form) - ServiceNow Wiki
http://wiki.servicenow.com/?title=GlideSystem#gsc.tab=0
Thanks,
Kaka Nayeem
PS: Hit like, Helpful or Correct depending on the impact of the response