Share via


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

  • _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