VendCertification::findVendParty Method
Retrieves a VendCertification record that is specified by the vendor account.
Syntax
client server public static VendCertification findVendParty(
DirPartyRecId _vendParty,
RecId _recId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _vendParty
Type: DirPartyRecId Extended Data Type
The party number of the vendor to find.
- _recId
Type: RecId Extended Data Type
The Record ID of the record to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether the VendCertification record is retrieved for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A ConcurrencyModel value that is used when the table is not automatically concurrent; optional.
Return Value
Type: VendCertification Table
A VendCertification table buffer.