Icon Modified Property

property Modified: Boolean

Usage

The Modified property indicates whether the current record has been modified since the insert, update, or delete operation started. The Modified property is initially False at the beginning of an insert, update or delete, and is only set to True if a Before or After trigger, or an error handler, modifies the current record.
Image