UserExternalParty::findPerson Method
Finds a relation in the DirPersonExternalParty table.
Syntax
client server public static UserExternalParty findPerson(
DirPartyRecId _person,
UserExternalPartyEntityType _entityType,
[boolean _forUpdate])
Run On
Called
Parameters
- _person
Type: DirPartyRecId Extended Data Type
The person for which to find a relation.
- _entityType
Type: UserExternalPartyEntityType Enumeration
The entity type of the external party.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the relation for update; optional.
Return Value
Type: UserExternalParty Table
A relation in the DirPersonExternalParty table; otherwise, an empty record.