WrkCtrResourceGroupResource::resourceGroupMembers Method
Retrieves the record from the WrkCtrResourceGroupResource table.
Syntax
client server public static WrkCtrResourceGroupResource resourceGroupMembers(
RecId _recId,
[date _fromDate,
date _toDate,
boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The RecId field of the resource group to find.
- _fromDate
Type: date
The date to start from when the resource belongs to the resource group; optional.
- _toDate
Type: date
The end date to when the resource belongs to the resource group; optional.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: WrkCtrResourceGroupResource Table
A record in the WrkCtrResourceGroupResource table; otherwise, an empty record.