CustInvoicePrintJob.parmPrintCopyOriginal Method [AX 2012]

Gets or sets the PrintCopyOriginal parameter.

public PrintCopyOriginal parmPrintCopyOriginal([PrintCopyOriginal _printCopyOriginal])

Run On

Called

Parameters

_printCopyOriginal
Type: PrintCopyOriginal Enumeration
The value to set; optional.

Return Value

Type: PrintCopyOriginal Enumeration
The value of the PrintCopyOriginal parameter.

The property will contain the PrintCopyOriginal enumeration value. When the property contains a PrintCopyOriginal::Copy enumeration value it will print the invoices as a copy. When the property contains a PrintCopyOriginal::Original enumeration value it will print the invoices as original. When the property contains a PrintCopyOriginal::OriginalPrint enumeration value it will print the invoices using the default print management settings.

Community Additions

ADD
Show: