InventModelType.checkNewDimensionGroupsForItem Method [AX 2012]

Validates that the suggested new dimension groups can be used for the specified item.

Syntax

public boolean checkNewDimensionGroupsForItem(
    InventDimGroupSetup _inventDimGroupSetupOrig, 
    InventDimGroupSetup _inventDimGroupSetupNew, 
    ItemId _itemId, 
    InventModelGroupId _modelGroupId)

Run On

Called

Parameters

Return Value

Type: boolean
true if validation is successful; otherwise, false.

See Also

Reference

InventModelType Class