Share via


RetailLabelUtils::findLabelSetup Method [AX 2012]

Finds a RetailInventItemLabelSetup record.

Syntax

server public static RetailInventItemLabelSetup findLabelSetup(
    RetailLabelTypeBase _labelType, 
    ItemId _itemId, 
    RetailStoreId _storeId)

Run On

Server

Parameters

Return Value

Type: RetailInventItemLabelSetup Table
A RetailInventItemLabelSetup record.

See Also

Reference

RetailLabelUtils Class