Share via


InventStdCostConvUndo_Ready::construct Method [AX 2012]

Instantiates an InventStdCostConvUndo_Ready object.

Syntax

server public static InventStdCostConvUndo_Ready construct(InventStdCostConv _inventStdCostConv)

Run On

Server

Parameters

  • _inventStdCostConv
    Type: InventStdCostConv Table
    An InventStdCostConv record buffer that must be have the status reverted.

Return Value

Type: InventStdCostConvUndo_Ready Class
An InventStdCostConvUndo_Ready object.

Remarks

This method should not be called directly. An InventStdCostConvUndo type object should be instantiated by using the constructor in the InventStdCostConvUndo class.

See Also

Reference

InventStdCostConvUndo_Ready Class