ProjInvoiceJourPrint::createInvoiceCopySequence Method
Creates a record in the ProjInvoiceJourPrint table to track the number of project invoice report copies.
Syntax
server public static int createInvoiceCopySequence(
ProjInvoiceId _projInvoiceId,
TransDate _invoiceDate,
PrintCopyOriginal _printCopyOriginal)
Run On
Server
Parameters
- _projInvoiceId
Type: ProjInvoiceId Extended Data Type
The ID of the ProjInvoiceJour record.
- _invoiceDate
Type: TransDate Extended Data Type
The date of the ProjInvoiceJour record.
- _printCopyOriginal
Type: PrintCopyOriginal Enumeration
The type of the project invoice document that is being printed.
Return Value
Type: int
The number of copies the project invoice document been printed.