Share via


VendRequestSignup::findByUserRequest Method

Finds the record of vendRequestUserRequest table for the given UserRequest table record.

Syntax

client server public static VendRequestSignup findByUserRequest(UserRequest _userRequest, [boolean _forUpdate])

Run On

Called

Parameters

  • _userRequest
    Type: UserRequest Table
    The record of the UserRequest table to be used to find the record.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update.

Return Value

Type: VendRequestSignup Table
A VendRequestSignup table buffer.

See Also

Reference

VendRequestSignup Table