Share via


InventStdCostConvUpd_InProgress::construct Method [AX 2012]

Instantiates an InventStdCostConvUpd_InProgress object.

Syntax

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

Remarks

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

See Also

Reference

InventStdCostConvUpd_InProgress Class