Share via


InventTableInventoryDimensionGroups.checkDimensionGroupsSetupChange Method [AX 2012]

Verifies whether the specified dimension groups can be assigned to the specified item based on the dimension values setup.

Syntax

protected boolean checkDimensionGroupsSetupChange(
    InventDimGroupSetup _inventDimGroupSetupOrig, 
    InventDimGroupSetup _inventDimGroupSetupNew, 
    ItemId _itemId)

Run On

Server

Parameters

Return Value

Type: boolean
true if the specified dimension groups can be assigned to the specified item based on the dimension values setup; otherwise, false.

See Also

Reference

InventTableInventoryDimensionGroups Class