Share via


InventTableInventoryDimensionGroups.checkDimensionModelGroupValidation Method [AX 2012]

Verifies whether the specified dimension groups can be assigned to the specified item based on item's model group setup.

Syntax

protected boolean checkDimensionModelGroupValidation(
    InventDimGroupSetup _inventDimGroupSetupOrig, 
    InventDimGroupSetup _inventDimGroupSetupNew, 
    ItemId _itemId, 
    DataAreaId _dataAreaId)

Run On

Server

Parameters

Return Value

Type: boolean
true if the specified dimension groups can be assigned to the specified item based on item's model group setup; otherwise - false.

See Also

Reference

InventTableInventoryDimensionGroups Class