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.
Creates records in the RetailInventItemLabel table.
Syntax
public void specificLabelOrder(
RetailLabelTypeBase _labelType,
RetailStoreId _storeId,
ItemId _itemId,
RetailLabelValidOnDate _validDate)
Run On
Server
Parameters
- _labelType
Type: RetailLabelTypeBase Enumeration
A RetailLabelTypeBase enumeration value.
- _storeId
Type: RetailStoreId Extended Data Type
A value of the StoreId field in the RetailStoreTable table.
- _itemId
Type: ItemId Extended Data Type
A value of the ItemId field in the InventTable table.
- _validDate
Type: RetailLabelValidOnDate Extended Data Type
A value of the ValidDate field in the RetailLabelValidOnDate table.