InventCostActiveNonFinTransfValidate.validatePhysicalDimModified Method [AX 2012]

Checks whether the change of physical inventory dimensions is allowed for the product dimension group that relates to the item.

Syntax

public boolean validatePhysicalDimModified(InventDimGroupSetup _inventDimGroupSetupFrom, ItemId _itemId)

Run On

Called

Parameters

  • _inventDimGroupSetupFrom
    Type: InventDimGroupSetup Class
    The InventDimGroupSetup record that represents the dimension setup that is used to determine the physical dimensions.

Return Value

Type: boolean
true if the physical dimension can be added or removed; otherwise, false.

See Also

Reference

InventCostActiveNonFinTransfValidate Class