Share via


InventMov_Sales.canInventTransBeFinancialUpdated Method [AX 2012]

Verifies whether an inventory transaction can be financially updated.

Syntax

public boolean canInventTransBeFinancialUpdated(InventTrans _inventTrans)

Run On

Called

Parameters

Return Value

Type: boolean
true if the inventory transaction can be financially updated; otherwise, false.

Remarks

This method is used to determine whether an inventory transaction can be financially updated.

For item requirements, the inventory transaction can be financially updated if it references an ended completed production order with a project posting method of Consumed/Linked to order.

See Also

Reference

InventMov_Sales Class