RetailCreateBarCodes.checkGroups Method [AX 2012]
Checks the inventory size, color, and style group.
public boolean checkGroups(
boolean _sizeActive,
boolean _colorActive,
boolean _styleActive,
str _sizeChar,
str _colorChar,
str _styleChar,
InventDimCombination _combination)
Run On
CalledParameters
- _sizeActive
- Type: boolean
A Boolean value that indicates whether to check whether the size is active.
- _colorActive
- Type: boolean
A Boolean value that indicates whether to check whether color is active.
- _styleActive
- Type: boolean
A Boolean value that indicates whether to check whether style is active.
- _sizeChar
- Type: str
A value of size character which is defined on the RetailBarcodeMaskCharacter table for the size digit.
- _colorChar
- Type: str
A value of color character which is defined on the RetailBarcodeMaskCharacter table for the color digit.
- _styleChar
- Type: str
A value of style character which is defined on the RetailBarcodeMaskCharacter table for the style digit.
- _combination
- Type: InventDimCombination Table
An InventDimCombination record.
Community Additions
ADD
Show: