RetailLabelUtils.processLabels Method [AX 2012]

Creates records in the RetailInventItemLabel table for the specified ID.

public void processLabels(RetailStoreId _storeId, RetailInventItemLabelSetup _labelSetup)

Run On

Server

Parameters

_storeId
Type: RetailStoreId Extended Data Type
The value of a StoreId field in the RetailInventItemLabel table.
_labelSetup
Type: RetailInventItemLabelSetup Table
A RetailInventItemLabelSetup record.

This method calls the updLabels method to create the record in the RetailInventItemLabel table.

Community Additions

ADD
Show: