RetailBarcodeManagement.createBarcodeForItemVariant Method [AX 2012]

Creates a barcode for the variant item and returns the item barcode.

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.

Community Additions

ADD
Show: