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

Called

Parameters

_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.

Return Value

Type: boolean
true if the group setup is correct; otherwise, false.

Community Additions

ADD
Show: