InvoiceArchTransfer event

This event fires before an archive transaction is transferred.

Syntax

Public Function InvoiceArchTransfer() As Long

Parameters

None.

Active objects

Batch

Invoice

InvoiceDefinition

InvoiceProfile

JobDescription

Transaction

Return values

evtOk 

Normal return, transaction is written to the transfer file

evtOKAbort 

The transaction is not written to the transfer file

evtError 

Same as evtOKAbort

Suggested usage

Can be used to write archive transactions to an external database instead of writing them to the transfer file.

InvoiceArchTransferred event