PurchReqExternalSource::findByPurchReq Method
Finds a PurchReqExternalSource record based on a record identifier of the PurchReqTable table.
Syntax
client server public static PurchReqExternalSource findByPurchReq(
anytype _purchReqTableRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
ClientOrServer
Parameters
- _purchReqTableRecId
Type: anytype
A record identifier of the PurchReqTable table.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record.
Return Value
Type: PurchReqExternalSource Table
A record buffer of the PurchReqExternalSource table
Remarks
This method retrieves a PurchReqExternalSource record based on the identifier of the PurchReqTable table.