- (Administrator) Batch Types (Developer) Batch Types ( (Distributed) for Document Definitions (Standalone) for specific batch types)
- (Administrator) Projects (Developer) Projects (for all batch types in the project except for those for which event handlers have been set up in batch type properties)
- (Administrator) Document Definitions (Developer) Document Definitions (for documents of the current type)
Batch events
These handlers respond to events that affect a batch.- After batch created
- Before batch delete
- Before batch parameter change
- After page added
- Before page delete
- After document created
- Before document delete
- Before pages move
- After batch opened
- Before batch close
- Batch integrity check
Document events for batch types
These event handlers are set up in a batch’s properties or in a batch type’s properties.- Before document parameter change
- After document state changed
- After export completed
- Before matching
Document event for the current batch type
These event handlers are set up in a Document Definition’s properties.Field events
Event handlers for fields are set up in a Document Definition’s properties.If the same event handler is set up for batch types and the current document type, the event handler for the document is executed first, followed by the event handler for batch types.
Store procedures in global modules
Add procedures that you plan to use in several event handlers to a global module. To do this, select Events from the drop-down list on the toolbar of the script editor.Global modules are not available for event handlers in the Document Definition editor.
