Share via


CreditCardTypeCurrency::find Method

Finds the specified record in the CreditCardTypeCurrency table.

Syntax

client server public static CreditCardTypeCurrency find(
    CreditCardTypeSetup _creditCardTypeSetup, 
    CurrencyCode _currencyCode, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _creditCardTypeSetup
    Type: CreditCardTypeSetup Table
    The CreditCardTypeSetup record of the CreditCardTypeCurrency to check for existence.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: CreditCardTypeCurrency Table
A record in the CreditCardTypeCurrency table; otherwise, an empty record.

See Also

Reference

CreditCardTypeCurrency Table