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.
Finds the specified record in RetailInventItemLabelSetup table.
Syntax
client server public static RetailInventItemLabelSetup find(
RetailLabelTypeBase labelType,
ItemId itemId,
[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.
- 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.