InvoiceIdentify event

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

Syntax

Public Function InvoiceIdentify() As Long

Parameters

None.

Active objects

Batch

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

Using this event will cause Interpret to skip buyer identification during the interpretation of invoices. It should be used when buyers for invoices are identified before being processed by Interpret.

InvoiceIdentified event