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.
Generates a barcode for the item with no dimensions.
Syntax
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.