Share via


ReqGroup::find Method

Finds a ReqGroup record based on a specified ReqGroupId value.

Syntax

client server public static ReqGroup find(ReqGroupId _reqGroupId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to select the record for update; optional.

Return Value

Type: ReqGroup Table
A ReqGroup record; otherwise, an empty record.

See Also

Reference

ReqGroup Table