VendRequestCompany::findRecId Method
Finds a record with the given record ID
Syntax
client server public static VendRequestCompany findRecId(RecId recId, [boolean _forUpdate])
Run On
Called
Parameters
- recId
Type: RecId Extended Data Type
The record ID of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record found is updatable.
Return Value
Type: VendRequestCompany Table
The record found.