RetailLabelUtils.updLabels Method [AX 2012]
Creates a record in the RetailInventItemLabel table.
public void updLabels(
RetailStoreId _storeId,
RetailVariantId _variant,
UnitOfMeasureSymbol _UOM,
RetailInventItemLabelSetup _labelSetup)
Run On
ServerParameters
- _storeId
- Type: RetailStoreId Extended Data Type
A value of the StoreId field in the RetailInventItemLabel table.
- _variant
- Type: RetailVariantId Extended Data Type
A value of the VariantId field in the RetailInventItemLabel table.
- _UOM
- Type: UnitOfMeasureSymbol Extended Data Type
A value of the UnitId field in the RetailInventItemLabel table.
- _labelSetup
- Type: RetailInventItemLabelSetup Table
A RetailInventItemLabelSetup record.
Community Additions
ADD
Show: