Share via


SalesInvoiceNonSSRSPrintMgmtAdapter::construct Method [AX 2012]

Initializes an instance of the SalesInvoiceNonSSRSPrintMgmtAdapter class.

Syntax

client server public static SalesInvoiceNonSSRSPrintMgmtAdapter construct()

Run On

Called

Return Value

Type: SalesInvoiceNonSSRSPrintMgmtAdapter Class
An instance of the SalesInvoiceNonSSRSPrintMgmtAdapter class.

Remarks

Use the following procedure to customize or extend the SalesInvoiceNonSSRSPrintMgmtAdapter class.

  1. Create a class that derives from the SalesInvoiceNonSSRSPrintMgmtAdapter class.

  2. Overlayer the construct method of the SalesInvoiceNonSSRSPrintMgmtAdapter class so that it returns an instance of the derived class.

  3. Override the methods from the SalesInvoiceNonSSRSPrintMgmtAdapter class that you want to customize or extend in your derived class.

This procedure helps guarantee that your customizations are maintained if the base version of the SalesInvoiceNonSSRSPrintMgmtAdapter class is changed, minimizing code conflicts during an upgrade. For more information, see Best Practices for Static Construct Methods.

See Also

Reference

SalesInvoiceNonSSRSPrintMgmtAdapter Class