what is difference b/w g_form,g_record,g_system. please help me out from this question. Thanks in advance

sunnampalli
Kilo Contributor

what is difference b/w g_form,g_record,g_system. please help me out from this question. Thanks in advance

4 REPLIES 4

Prasun
Giga Guru

Go to user table, select the user and select Notification as disable.


find_real_file.png



Alternatively you can go to cnm_notif_device table and select the record for the Email for the user and make it inactive (active=false)


sorry for the typo, table name is cmn_notif_device


Prasun
Giga Guru

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)


GlideRecord - ServiceNow Wiki


Kaka Nayeem
Tera Guru

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


GlideRecord - ServiceNow Wiki


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