HRMVirtualNetworkGroupRelation::find Method
Finds a record in the HRMVirtualNetworkGroupRelation table by using the specified value of the HRMVirtualNetworkGroupId and Person fields.
Syntax
client server public static HRMVirtualNetworkGroupRelation find(
HRMVirtualNetworkGroupId _hrmVirtualNetworkGroupId,
HcmPersonRecId _person,
[boolean _forUpdate])
Run On
Called
Parameters
- _hrmVirtualNetworkGroupId
Type: HRMVirtualNetworkGroupId Extended Data Type
The value of the HRMVirtualNetworkGroupId field of the record to find.
- _person
Type: HcmPersonRecId Extended Data Type
The value of the Person field of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: HRMVirtualNetworkGroupRelation Table
A record from the HRMVirtualNetworkGroupRelation table.