EventHandlerExecution
Specifies the execution of the event handler.
Console = 1
Defines a console panel. Executes when elements on that console are clicked by a user.
Executes on the Item List. Loads javascript that consumes the List Page API.
PageInteraction = 3
Executes on the an object's view and edit pages. Loads custom javascript.
PostCopy = 4
Executes after an object is copied.
PostSave = 5
Executes after a user changes field values and clicks the Save button.
PreCascadeDelete = 6
Executes before the delete process starts for an object that has dependant objects.
PreCopy = 7
Executes before an object is copied.
PreDelete = 8
Executes before an object is deleted.
PreLoad = 9
Executes on the an object's view and edit pages.
PreMassDelete = 10
Executes before the deletion of a large set of objects.
PreSave = 11
Executes after a user changes field values and clicks the Save button.
Save = 12
Replaces the standard save process set by Relativity. Execution is after pre save event handlers.