Share via


InventStdCostConvUndo::newInventStdCostConv Method [AX 2012]

Initializes an InventStdCostConvUndo object from the specified parameter.

Syntax

server public static InventStdCostConvUndo newInventStdCostConv(InventStdCostConv _inventStdCostConv)

Run On

Server

Parameters

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

Return Value

Type: InventStdCostConvUndo Class
An InventStdCostConvUndo object.

Exceptions

Exception Condition
Error

An object could not be initialized because the status cannot be reverted.

See Also

Reference

InventStdCostConvUndo Class