VendRequestCategory::findByVendRequestId Method
Finds the specified record in the VendRequestCategory table.
Syntax
client server public static VendRequestCategory findByVendRequestId(RecId _vendRequestId, [boolean _forUpdate])
Run On
Called
Parameters
- _vendRequestId
Type: RecId Extended Data Type
The VendRequest record ID of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: VendRequestCategory Table
The VendRequestCategory record; otherwise, an empty record.