Share via


RetailLabelUtils.createLabels Method [AX 2012]

Creates or updates new records in the RetailInventItemLabel table.

Syntax

public void createLabels(
    RetailStoreId _storeId, 
    RetailLabelValidOnDate _validOnDate, 
    RetailVariantId _variantId, 
    UnitOfMeasureSymbol _UOM, 
    real _specificQty, 
    RetailInventItemLabelSetup _labelSetup)

Run On

Server

Parameters

  • _specificQty
    Type: real
    A quantity value.

See Also

Reference

RetailLabelUtils Class