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.
Calculates barcode mask from the item variants.
Syntax
public RetailBarcodeMask returnBarcForItemVariant(
RetailBarcodeMask _barcodeNo,
InventDimCombination _iDCombination,
RetailBarcodeMask _barcodeMask,
int sizePos,
int colorPos,
int stylePos,
int sizeNum,
int colorNum,
int styleNum,
int IUOMPos,
int UOMNum,
UnitOfMeasureSymbol UOMCode)
Run On
Server
Parameters
- _barcodeNo
Type: RetailBarcodeMask Extended Data Type
The barcode of the item.
- _iDCombination
Type: InventDimCombination Table
The inventory dimensions combination code.
- _barcodeMask
Type: RetailBarcodeMask Extended Data Type
The barcode mask of the item.
- sizePos
Type: int
An integer that gives the size variant position in the dimension barcode.
- colorPos
Type: int
An integer that gives the color variant position in the dimension barcode.
- stylePos
Type: int
An integer that gives the stlye variant position in the dimension barcode.
- sizeNum
Type: int
An integer that gives the size variant number in the dimension barcode.
- colorNum
Type: int
An integer that gives the color variant number in the dimension barcode.
- styleNum
Type: int
An integer that gives the style variant number in the dimension barcode.
- IUOMPos
Type: int
An integer that gives the unit of measure position in the dimension barcode.
- UOMNum
Type: int
An integer that gives the unit of measure number in the dimension barcode.
- UOMCode
Type: UnitOfMeasureSymbol Extended Data Type
The unit of measure code in the deimension barcode.
Return Value
Type: RetailBarcodeMask Extended Data Type
The barcode mask of the item.
Exceptions
Exception | Condition |
---|---|
Error | throws exception if the variants are not available in their respective tables. |