Watch New / Update Records
The purpose of this trigger is to monitor newly created or updated records of a specific module in the Axelor instance. When editing or creating an object from Axelor, the module detects the modification or addition in the database to trigger the scenario.
Using this trigger
-
With this module, newly created and updated records in the database will be made available. It will not be necessary to use the
Watch New Record
module separately to add monitoring for newly created records. -
In this process, records will be retrieved based on the
createdOn
andupdatedOn
. And this date adheres to the date mentioned in theChoose where to start
. The rest of the process is the same asWatch New Record
.