Glide_var field

Uday16
Tera Contributor

Hi Everyone,

Can anyone help me understand how can we parse glide_var type fields and separate their values. Only information I can find on internet is this link.

https://www.jds.net.au/glide-variables/

We need to store the values from this glide_var type field and use the same.

Please help if any idea about the same.

 

Regards,

Uday

1 REPLY 1

Anil Lande
Kilo Patron

Hi,

This is  GlideRecord API functionality.

In ServiceNow we have everything in table structure and  you can use GlideRecord query to retrieve value of records and columns using GlideRecord API.

 https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/new_to_servicenow/app_store_le...

https://developer.servicenow.com/print_page.do?release=paris&category=null&identifier=c_GlideRecordA...

 

If this is not informative then please share what are your queries related with Glide_variables.

 

Thanks,

Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande