March 2017
Beginner
358 pages
9h 51m
English
The query() method of the GlideRecord class is one that (unless you use get() to retrieve a single record) is used any time you want to use a GlideRecord to retrieve data from the database.
When you call the query() method, you're officially submitting the query to the database. The result is retrieving something that you can think of like a spreadsheet/list of results, which you can iterate through using the next() method.
Read now
Unlock full access