Share via


PmfInventProductType.validatePmfProductType Method [AX 2012]

Indicates whether the current InventTable record can be set to the PmfProductType value of the current PmfInventProductType instance.

Syntax

public boolean validatePmfProductType()

Run On

Called

Return Value

Type: boolean
Always returns true.

Remarks

Will typically return false if the current value of the PmfProductType is PmfProductType::MainItem and if the InventTable record already has inventory transactions against it.

See Also

Reference

PmfInventProductType Class