InventMovement.mustUpdateInventTableCostPrice Method [AX 2012]

Determines whether the movement can update the cost price on the related inventtable.

Syntax

public boolean mustUpdateInventTableCostPrice()

Run On

Called

Return Value

Type: boolean
true.

Remarks

By default, this method returns true, to signal that the movement can update the cost price on the related inventtable. If the movement is not able to update the costprice on the inventtable, the method should be overridden to return false.

See Also

InventMovement Class

InventMov_Quarantine.mustUpdateInventTableCostPrice Method