RetailBarcodeManagement.createBarcodeNoDim Method [AX 2012]

Generates a barcode for the item with no dimensions.

public ItemBarCode createBarcodeNoDim(
    RetailBarcodeMask _barcodeMask, 
    ItemId _itemID, 
    UnitOfMeasureSymbol _unitId, 
    ItemId _useItemId)

Run On

Server

Parameters

_barcodeMask
Type: RetailBarcodeMask Extended Data Type
The barcode mask of the item.
_itemID
Type: ItemId Extended Data Type
The item number of the specified 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: