Share via


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

  • _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.

See Also

Reference

RetailChannelCurrency Table