RetailBarcodeManagement.returnBarcForItemVariant Method [AX 2012]
Calculates barcode mask from the item variants.
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
ServerParameters
- _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.
Community Additions
ADD
Show: