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
- labelType
Type: RetailLabelTypeBase Enumeration
The type of the label.
- itemId
Type: ItemId Extended Data Type
The ID of the item.
- reportName
Type: RetailReportName Extended Data Type
Name of the report.
- 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.