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
None.
|
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. |
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.
Related topic