Share via


InventStdCostConvert_Item.execute Method [AX 2012]

Performs the conversion of a single item.

Syntax

protected void execute()

Run On

Called

Exceptions

Exception Condition
UpdateConflict

An OCC conflict cannot be recovered.

UpdateConflictNotRecovered

When an OCC conflict cannot be recovered.

Remarks

The following sequence will be executed:

  • Update the item to the standard cost.

  • Activate the prices.

  • Trigger the conversion class.

  • Mark the item as converted.

See Also

Reference

InventStdCostConvert_Item Class