Share via


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

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

See Also

Reference

VendRequestCategory Table