TransferPrice_IN::find Method
Reads the TransferPrice_IN table for the specified record id.
Syntax
client server public static TransferPrice_IN find(
RefRecId _recId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RefRecId Extended Data Type
The unique record id to find.
- _forupdate
Type: boolean
If true, then select the record for updating.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An optional value to define the concurrency of the table.
Return Value
Type: TransferPrice_IN Table
A buffer containing TransferPrice_IN table.