VendCertType::findByName Method
Finds a specific record in the VendCertType table.
Syntax
client server public static VendCertType findByName(
Name _vendCertTypeId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _vendCertTypeId
Type: Name Extended Data Type
The name of the vendor certification type.
- _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: VendCertType Table
A VendCertType table buffer.