InvoiceInterpret event

This event fires just before an invoice is interpreted (or reinterpreted in Verify). It fires only once for each invoice.

Syntax

Public Function InvoiceInterpret() As Long

Parameters

None.

Active objects

Invoice

InvoiceDefinition

InvoiceProfile

Job

JobDescription

Return values

evtOK 

Normal return.

evtOKAbort 

No effect. Treated the same evtOK.

evtCancel 

Causes an error message and job termination.

evtError 

Causes an error message and job termination.

Suggested usage

To extract batch information from the invoice before it is interpreted.

InvoiceInterpreted event

InvoiceInterpretationDone event

FieldInterpreted event