Share via


RetailInventItemLabel::find Method

Finds a record in the RetailInventItemLabel table.

Syntax

client server public static RetailInventItemLabel find(
    RetailLabelTypeBase labelType, 
    RetailStoreId storeId, 
    ItemId itemId, 
    RetailVariantId variantId, 
    UnitOfMeasureSymbol unitId, 
    RetailLabelValidOnDate validOnDate, 
    RetailReportName reportName, 
   [boolean update])

Run On

Called

Parameters

  • update
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: RetailInventItemLabel Table
A record in the RetailInventItemLabel table; otherwise, an empty record.

See Also

Reference

RetailInventItemLabel Table