Share via


SalesTable2LineUpdatePrompt::construct Method [AX 2012]

Initializes a new instance of the SalesTable2LineUpdatePrompt class.

Syntax

server public static SalesTable2LineUpdatePrompt construct()

Run On

Server

Return Value

Type: SalesTable2LineUpdatePrompt Class
A new instance of the SalesTable2LineUpdatePrompt class.

Remarks

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

  1. Creates a new class that derives from SalesTable2LineUpdatePrompt class.

  2. Overrides the construct method of theSalesTable2LineUpdatePrompt class so that it returns an instance of the derived class.

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

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

See Also

Reference

SalesTable2LineUpdatePrompt Class