Share via


InventStdCostConvUpd_Completed::construct Method [AX 2012]

Instantiates an InventStdCostConvUpd_Completed object.

Syntax

server public static InventStdCostConvUpd_Completed construct(InventStdCostConv _inventStdCostConv)

Run On

Server

Parameters

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

Return Value

Type: InventStdCostConvUpd_Completed Class
An InventStdCostConvUpd_Completed object.

Remarks

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

See Also

Reference

InventStdCostConvUpd_Completed Class