VendRequestSignup::find Method
Finds the record of vendRequestUserRequest table for the given record ID.
Syntax
client server public static VendRequestSignup find(RecId _vendRequestSignupRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _vendRequestSignupRecId
Type: RecId Extended Data Type
The record ID of the vendRequestUserRequest table.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
Return Value
Type: VendRequestSignup Table
A VendRequestSignup table buffer.