PurchAgreementSubcontractor::findSubContractor Method
Finds a specific record in the PurchAgreementSubcontractor table.
Syntax
client server public static PurchAgreementSubcontractor findSubContractor(
VendAccount _vendTable,
RefRecId _purchAgreementHeaderRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _vendTable
Type: VendAccount Extended Data Type
The vendor that is specified in the PurchAgreementSubContractor table.
- _purchAgreementHeaderRecId
Type: RefRecId Extended Data Type
The purch agreement record ID that is specified in the PurchAgreementSubContractor table.
- _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: PurchAgreementSubcontractor Table
A PurchAgreementSubcontractor table buffer.