Compartilhar via


RetailInventItemLabelSetup::findReportName Method

Finds the specified record in RetailInventItemLabelSetup table by specified Report name.

Syntax

client server public static RetailInventItemLabelSetup findReportName(
    RetailLabelTypeBase labelType, 
    ItemId itemId, 
    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: RetailInventItemLabelSetup Table
A record in the RetailInventItemLabelSetup table; otherwise, an empty record.

See Also

Reference

RetailInventItemLabelSetup Table