This function adds a record to the recent records list. Returns true if the list actually changed.
Record to be added.
Gets an individual recent record by index in the recent records list.The most recent record is at index 0. The oldest recent record is at size() - 1.
TODO
This function removes a record from the recent records list given the id of the record or any form entry belonging to the record. The result of the function is true if a matching record was found.
BaseRecord to be removed.
The recently viewed records (currently returns up to 30). The result of calling [[BaseRecord.recentRecords]] or [[User.recentRecords]]. You can then [[get]] any of their [[BaseRecord]]s and perform relevant functions.