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.
Creates a barcode for the variant item and returns the item barcode.
Syntax
public ItemBarCode createBarcodeForItemVariant(
RetailBarcodeMask _barcodeMask,
InventDimCombination _inventDimCombination,
UnitOfMeasureSymbol _unitId,
ItemId _useItemId)
Run On
Server
Parameters
- _barcodeMask
Type: RetailBarcodeMask Extended Data Type
The barcode mask of the item.
- _inventDimCombination
Type: InventDimCombination Table
The dimension combination code of the item.
- _unitId
Type: UnitOfMeasureSymbol Extended Data Type
The unit of measure code for the item.
- _useItemId
Type: ItemId Extended Data Type
A boolean value that indicates whether to use the itemID or not.
Return Value
Type: ItemBarCode Extended Data Type
The calculated item barcode.