We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

SN Utils Glide Record Tab more information about it

Elton2
Tera Contributor

Hi everyone, how are you?!

 

When we are inside a form and use the GlideRecord tab in SN UItils, it generates a Template (attached image), but there is a DropDown with some information:

 

{0}.getValue({'1'})
{0}.setValue({'1', "})
{0}.{1}
{0}.{1} = '',
gs.addInfoMessage('{1}: ' + {0}.{1});
gs.info('{1}: ' + {0}.getValue('{1}'));

 

I  searched for documentation that explained each of these options in more detail, but I couldn't find it.

I would like to know if anyone has any explanation regarding this topic?
Thank you very much!

1 REPLY 1

Arnoud Kooi
ServiceNow Employee

What are you looking for? this is a template to use in your scripting. 

A quick demo is found here