Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _sourceTableId
Type: RefTableId Extended Data Type
The source table ID of the source record.
- _sourceRecordId
Type: RefRecId Extended Data Type
The source record ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: SalesTaxTransactionExchangeRate Table
A SalesTaxTransactionExchangeRate record.