Item 88: How to Track the Creation and Modification Times and Entity Users
This item explains how to add auto-generated persistent fields to track the creation and modification times and the users. Auditing is useful for maintaining history of records. This can help you track user activities.
created: The timestamp when the row was inserted in the database
createdBy: The current logged-in user(s) who triggered the insertion of this row
lastModified: The timestamp of the last update of ...