Events

The Events function allows the user to specify changes to a set of records that will occur at a later date and time. Optionally, the user may specify an expiration date for the changes, after which the records will revert to their state before the Event was defined.

Note that to use Events successfully, the user must address the need to ensure data integrity in the case that the contents of the selected records change before the Event occurs. Specifically, the difficulties that may arise are that the changes are overwritten when the Event restores the original state of the records, or that the changes combined with the Event’s modifications will invalidate the records.

Warning: Do not enter pending transactions directly into production unless the EnterWorks implementation does not utilize a staging environment.