Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Create a new class that derives from the InventCostStop class.
Overlayer the construct method on the InventCostStop class so that it returns an instance of the derived class.
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.