SalesFormLetterReport_PackingSlip.getDefaultPrintJobSettings Method [AX 2012]

Returns the default printer settings for the specified PrintSetupOriginalCopy enumeration value.

Syntax

protected container getDefaultPrintJobSettings(PrintSetupOriginalCopy _printCopyOriginal)

Run On

Called

Parameters

Return Value

Type: container
The default printer settings for the specified PrintSetupOriginalCopy enumeration value.

Remarks

The general pattern for implementing this method is to use the printer destinations from the appropriate FormLetter class. These printer destinations will be used if no print management destinations are found or used.

See Also

Reference

SalesFormLetterReport_PackingSlip Class