September 2017
Intermediate to advanced
408 pages
9h 25m
English
Once we have defined the object of a table using the GlideRecord class, we can query to retrieve the records from the table:
gr.addQuery(fieldname, operator, value); // fieldname is the name of the column the table or view // operator as detailed in the table below // value is the record's value we are looking for
Read now
Unlock full access