Share via


SalesFormLetterReport_Invoice4Paym_RU.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

  • _printCopyOriginal
    Type: PrintSetupOriginalCopy Enumeration
    The PrintSetupOriginalCopy enumeration value that specifies whether the original or copy destinations should be retrieved.

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_Invoice4Paym_RU Class