EInvoiceTrans_MX::findByRef Method
Finds the record based on reference fields.
Syntax
client server public static EInvoiceTrans_MX findByRef(
RefTableId _refTableId,
RefRecId _refRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _refTableId
Type: RefTableId Extended Data Type
The RefTableId of the EInvoiceTrans_MX record to find.
- _refRecId
Type: RefRecId Extended Data Type
The RefRecId of the EInvoiceTrans_MX record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: EInvoiceTrans_MX Table
A record in the EInvoiceTrans_MX table; otherwise, an empty record.