RetailCompetitorPriceTable::find Method
Finds a specified record in the RetailCompetitorPriceTable table.
Syntax
client server public static RetailCompetitorPriceTable find(
ItemId _itemId,
RefRecId _competitorGroupId,
PriceDate _priceDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The ItemId value of the record to find.
- _competitorGroupId
Type: RefRecId Extended Data Type
The competitor value of the record to find.
- _priceDate
Type: PriceDate Extended Data Type
The date attached to the price.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailCompetitorPriceTable Table
A record in the RetailCompetitorPriceTable table; otherwise, an empty record.