
|
Field
|
Description
|
|---|---|
|
Name
|
Name for the Event Handler.
|
|
Operation
|
The Operation record that defines the logic implementation for this Event Handler.
|
|
Handling
|
This value is always Server for Event Handlers that are available for customization.
|
|
Trigger
|
Before or After.
|
|
Action on Failure
|
Action to take if the Event Handler fails. When set to the default value of Ignore Failure, execution continues, and modified information is committed to the database. When set to Fail, execution halts and returns with a failure, and no modified information is committed.
|
|
Batch
|
Specifies whether the Event Handler receives one call per each entry or a single batch call for all applicable entities in the triggering transaction.
|
|
Event Trigger Context
|
Specifies the context for which Event Handlers are triggered: Runtime (default), Package Import, or Tenant Customization Import. Multiple values can be specified.
|
|
Originators tab
|
Contains a list of related operations that act as originators of the event record that triggers execution for this Event Handler.
|



|
|
For more information on Event Handlers, see the Max how-to topic How to extend a CRUD operation with an event handler? To view this topic, in your sandbox instance, use Object Designer to navigate to the How-to Topics list view.
|