CustPostInvoiceJob::callPrinterSettingsFreeText Method [AX 2012]

Enables the user to modify the printer settings by using the SSRS print settings dialog box.

server public static boolean callPrinterSettingsFreeText(CustPostInvoiceJob _custPostInvoiceJob, [PrintSetupOriginalCopy _originalCopy])

Run On

Server

Parameters

_custPostInvoiceJob
Type: CustPostInvoiceJob Class
The CustPostInvoiceJob class where the printer settings are modified.
_originalCopy
Type: PrintSetupOriginalCopy Enumeration
A Boolean value that indicates whether the original or copy is being modified; optional.

Return Value

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

The callPrinterSettingsFreeText method is static; therefore the user can select AOS printers.

Selecting AOS printers requires that the SysPrintForm form is called from the server.

Show: