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 the dimension values setup.
Syntax
protected boolean checkDimensionGroupsSetupChange(
InventDimGroupSetup _inventDimGroupSetupOrig,
InventDimGroupSetup _inventDimGroupSetupNew,
ItemId _itemId)
Run On
Server
Parameters
- _inventDimGroupSetupOrig
Type: InventDimGroupSetup Class
The specified original InventDimGroupSetup setup.
- _inventDimGroupSetupNew
Type: InventDimGroupSetup Class
The specified new InventDimGroupSetup setup.
- _itemId
Type: ItemId Extended Data Type
The specified ItemId value.
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.