UserExternalParty::existUserLegalEntity Method
Determines whether a record exists in the UserExternalParty table based on a specified user ID.
Syntax
client server public static boolean existUserLegalEntity(UserId _userId, [LegalEntity _legalEntity])
Run On
Called
Parameters
- _userId
Type: UserId Extended Data Type
The UserId value that is associated with the external relation.
- _legalEntity
Type: LegalEntity Extended Data Type
The legal entity of the external entity.
Return Value
Type: boolean
true if the relation to the user exists; otherwise, false.