Share via


SalesLineType.canInventoriedBeChanged Method [AX 2012]

Determines whether the StockedProduct value can be changed for the line.

Syntax

public boolean canInventoriedBeChanged()

Run On

Called

Return Value

Type: boolean
true if the StockedProduct value can be changed; otherwise, false.

Remarks

If the StockedProduct value can be changed, and if the change is from the Yes to No enumeration value, the corresponding InventTrans records must be deleted.

See Also

Reference

SalesLineType Class