Contents
•How to read data from the record that triggered the process
•How to read data from a record that matches certain criteria
•How to read the data of the record being processed
•How to read the data of a record from another object
•How to calculate sum, minimum, maximum and average of several records
•How to calculate the number of records that match a condition
•How to read data from multiple records (collection)
•How to modify multiple records that match a condition
•How to modify specific record
•How to delete all records that match a condition
•How to delete specific record
See also