Transaction objects support Event Driven Programming, allowing you to create dynamic and responsive logic. This means you can include code within specific events, which remain inactive until triggered.
For example, an event can be associated with a control, and when that control is pressed, the event is activated and any associated code is executed.
Additionally, some events are triggered automatically by the system.
The events available in Transactions are:
Triggering context for Events and Rules