Share via


SalesFormLetter_PackingSlip.mcrUpdatePrinterSettingsShippingLabel Method [AX 2012]

Updates the printer settings based on the passed container.

Syntax

public void mcrUpdatePrinterSettingsShippingLabel(container _printerSettings)

Run On

Called

Parameters

  • _printerSettings
    Type: container
    The container that consists of the various settings regarding the printer.

Remarks

Wrapper method for the quality check form to update the printer settings on freight slips. Needed since updatePrinterSettingsShippinglabel is a protected method.

See Also

Reference

SalesFormLetter_PackingSlip Class