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
- _reqGroupId
Type: ReqGroupId Extended Data Type
A string that contains the coverage group ID.
- _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.