Kodall
Develop App

Event listeners

Event listeners are used to automatically create workflows for handling the events.

Event listeners are used to automatically create workflows for handling the events.

How to use

To open the Event listeners view, navigate to Develop ➔ Event listeners.

Designer

Entity diagram:

Rendering diagram...

LISTENER tab

  1. Entity - Entity that the listeners are created for.
  2. Before INSERT - If the listener for onBeforeInsert should be created.
  3. Before UPDATE - If the listener for onBeforeUpdate should be created.
  4. Before INSERT/UPDATE - If the listener for onBeforeInsert and onBeforeUpdate should be created.
  5. Before DELETE - If the listener for onBeforeDelete should be created.
  6. After INSERT - If the listener for onAfterInsert should be created.
  7. After UPDATE - If the listener for onAfterUpdate should be created.
  8. After INSERT/UPDATE - If the listener for onAfterInsert and onAfterUpdate should be created.
  9. After DELETE - If the listener for onAfterDelete should be created.