PurchRFQFormLetter::callPrintersettingsFormletter Method [AX 2012]

Modifies the printer settings by using the standard printer settings dialog box.

server public static boolean callPrintersettingsFormletter(PurchRFQFormLetter _purchRFQFormLetter, [PrintSetupOriginalCopy _originalCopy])

Run On

Server

Parameters

_purchRFQFormLetter
Type: PurchRFQFormLetter Class
The PurchRFQFormLetter class in which the printer settings are modified.
_originalCopy
Type: PrintSetupOriginalCopy Enumeration
A value that indicates whether the printer settings are being modified for the original or a copy; optional.

Return Value

Type: boolean
true if the settings were modified; otherwise, false.

The callPrinterSettingsFormLetter method is static so that users can select AOS printers. Selecting AOS printers requires that the SysPrintForm form is called from the server.

Show: