Module Recap GlideRecord

Core Concepts
GlideRecords are rows returned from the database
A GlideRecord can be created for any tables
The query() method execute a select statement against a database table
Use a while loop to iterate over returned GlideRecords
GlideAggregate() and getRowCount() tell how many rows are returned to a GlideRecord
Use encoded queries for complex query conditions

results matching ""

    No results matching ""