Share via


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

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

See Also

Reference

HRMVirtualNetworkGroupRelation Table