InventCostStop::construct Method [AX 2012]

Creates an instance of the class.

Syntax

server public static InventCostStop construct()

Run On

Server

Return Value

Type: InventCostStop Class
An instance of the InventCostStop class.

Remarks

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

  1. Create a new class that derives from the InventCostStop class.

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

  3. Override the methods from the InventCostStop 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 InventCostStop class is changed, minimizing code conflicts during an upgrade. For more information, see Best Practices for Static Construct Methods.

See Also

Reference

InventCostStop Class