Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _inventDimGroupSetupOrig
Type: InventDimGroupSetup Class
The specified original InventDimGroupSetup object.
- _inventDimGroupSetupNew
Type: InventDimGroupSetup Class
The specified new InventDimGroupSetup object.
- _itemId
Type: ItemId Extended Data Type
The specified ItemId value.
- _dataAreaId
Type: DataAreaId Extended Data Type
A specified DataAreaId value.
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.