CustInvoicePrintJob::newCustInvoicesToPrint Method [AX 2012]

Constructs an instance of the CustInvoicePrintJob class by setting the value of the CustInvoicesToPrint field.

client server public static CustInvoicePrintJob newCustInvoicesToPrint(CustInvoicesToPrint _custInvoicesToPrint)

Run On

Called

Parameters

_custInvoicesToPrint
Type: CustInvoicesToPrint Enumeration
The CustInvoicesToPrint enumeration value.

Return Value

Type: CustInvoicePrintJob Class
An instance of the CustInvoicePrintJob class.
Show: