Share via


InventStdCostConvUndo_InProgress::construct Method [AX 2012]

Instantiates an InventStdCostConvUndo_InProgress object.

Syntax

server public static InventStdCostConvUndo_InProgress 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_InProgress Class
An InventStdCostConvUndo_InProgress object.

Remarks

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

See Also

Reference

InventStdCostConvUndo_InProgress Class