After Update Trigger

  • To create an After Update Trigger, click the [+ After Update] button.

  • When the After Update trigger is created, it has the following two (2) predefined variables:

    1. Variable Name: “Previous_Revision”, Data Type: (the entity where the trigger is created). This variable contains the value of the entity record before the update.

    2. Variable Name: “Updated_Record”, Data Type: (the entity where the trigger is created) This variable contains the value of the entity record after the update.

Last updated