InventStdCostConvUndo_Ready.run Method [AX 2012]

Reverts the Status field of the InventStdCostConv record buffer from a value of InventStdCostConvStatus::Ready to a value of InventStdCostConvStatus::Planned.

Syntax

public void run()

Run On

Server

Exceptions

Exception Condition
UpdateConflict

The update conflict was caught within a transaction scope.

UpdateConflictNotRecovered

The update conflict could not be recovered.

Error

The validation failed.

Remarks

This method updates all related InventStdCostConvItem records to a Status value of Planned and the CheckedDateTime value is cleared.

See Also

Reference

InventStdCostConvUndo_Ready Class