an attempt to document GlideQuery functions and methods
Sam
6 minute read
This is a draft Cheat Sheet for the GlideQuery. Please see this post for a detailled introduction.
This cheat sheet was build with elements gathered from presentations and blog posts and also from reading the script include. It may not be accurate, might evolve and all comments and corrections are welcome !
invoking GlideQuery In a similar way that GlideRecord, the table name is passed as a parameter:
var myTable = new GlideQuery('table_name'); Cheat sheet Selections, insert, update get() Returns a single record by querying primary key key.
This blog is a personnal blog from Samuel Meylan about ServiceNow technologies and other business related topics. Sam is a ServiceNow Senior Developper and technical consultant with more than 8 years of experience. He particularly like making integrations and solving complexes requirements. He also enjoy discovering new and enhanced features shipped with each ServiceNow release.