PurchFormLetter::callPrintersettingsEUVatInvoice Method [AX 2012]

Allows the user to modify the printer settings for EU VAT invoices using the standard print job settings dialog box.

client server public static boolean callPrintersettingsEUVatInvoice(PurchFormLetter _purchFormLetter)

Run On

Called

Parameters

_purchFormLetter
Type: PurchFormLetter Class
The PurchFormLetter class in which the printer settings for EU VAT invoices are being modified.

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 is called from the server.

Show: