Share via


RetailLabelUtils.getBarcode Method [AX 2012]

Gets the value in itemBarCode field of the InventItemBarcode table.

Syntax

public ItemBarCode getBarcode(
    ItemId _itemId, 
    RetailVariantId _variant, 
    UnitOfMeasureSymbol _UOM)

Run On

Server

Parameters

Return Value

Type: ItemBarCode Extended Data Type
The value in the itemBarCode field of the InventItemBarcode table.

See Also

Reference

RetailLabelUtils Class