RetailChannelCurrency::find Method
Finds a record in the table RetailChannelCurrencyTable.
Syntax
client server public static RetailChannelCurrency find(
RefRecId _channelRecId,
CurrencyCode _currency,
[boolean _forUpdate])
Run On
Called
Parameters
- _channelRecId
Type: RefRecId Extended Data Type
RecId of the channel (retail store, online store...).
- _currency
Type: CurrencyCode Extended Data Type
Code of the currency.
- _forUpdate
Type: boolean
A boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailChannelCurrency Table
A record in the RetailChannelCurrencyTable table; otherwise an empty record.