Cedar [FieldName] Event Interface
Field events are specific for each Cedar field of each document class (DocClass). Field events appear within the script page of their DocClass. For example, all events for the field Number of the document class Invoice must be implemented within the script page of the document class Invoice.
Within the script, the field names are used as specifier for the event.
Example: The Validate event for the field
Number is named Number_Validate
.
Note: During this documentation, [FieldName] is used as a placeholder for the name of
the field, such as
[FieldName]_Validate
. The Cedar [FieldName] event interface provides the following events.