Share via


InventStdCostConvUpd_Ready::construct Method [AX 2012]

Instantiates an InventStdCostConvUpd_Ready object.

Syntax

server public static InventStdCostConvUpd_Ready construct(InventStdCostConv _inventStdCostConv)

Run On

Server

Parameters

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

Return Value

Type: InventStdCostConvUpd_Ready Class
An InventStdCostConvUpd_Ready object.

Remarks

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

See Also

Reference

InventStdCostConvUpd_Ready Class