Share via


SalesTaxTransactionExchangeRate::findBySourceRecord Method

Finds a SalesTaxTransactionExchangeRate record by using a specified source record ID.

Syntax

client server public static SalesTaxTransactionExchangeRate findBySourceRecord(
    RefTableId _sourceTableId, 
    RefRecId _sourceRecordId, 
   [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: SalesTaxTransactionExchangeRate Table
A SalesTaxTransactionExchangeRate record.

See Also

Reference

SalesTaxTransactionExchangeRate Table