Record Change Triggers

The Record Change Trigger initiates an action only after a specific operation is executed on table records.

Please note that recurring execution of record change triggers—that is, a trigger firing again due to its own changes or resulting cascade—is not allowed.

For instance, suppose you need to track the most recent data of the individual and the timestamp when a CallBack was made to a client. When a manager selects the CallBack checkbox in a Client profile and saves changes, the system should update the CallBack Log text column, registering the username and timestamp of the modification. Additionally, the CallBack checkbox needs to return to an unchecked state. In this scenario, you should create the Record Change Trigger with the Record Update workflow actions.

To create a new record change trigger, click the New button and define the General and Matching properties.

General Properties

General Properties

Name
Specify a name for the trigger.
Description
Add a trigger description or any explanatory text.
Active
Check the box to activate the trigger. If unchecked, the trigger is stored in the system but won’t initiate any actions, even if all conditions are met.

Matching

Matching

Filter
Define a condition to filter the records that the record change trigger will process. The linked actions will be executed for each record that matches the filter condition.
when record is
Select the operations after which the trigger will call a workflow action:
and when value changes in
Define which column value should change to initiate a workflow action.

Only changes to physical columns can be selected for activating a record change trigger. Formula, Summary, and Lookup column changes cannot be selected here.

Once configured, click Save to save the trigger.

Then, associate Workflow Actions with the trigger.

For a quick check of the filter conditions specified in the trigger and to review affected records, access the workflow triggers list, click the trigger name, and utilize the View Records button displayed on the trigger form.

View Records Button

A record change trigger, having a sole email alert action that is not reused elsewhere, is viewed and edited as a notification on a single screen. However, these trigger and action are also listed under workflow triggers and actions to allow fine-tuning.