Share via


UserExternalParty::removeRelation Method

Removes a relation between a person and vendor from the VendPersonExternalParty table.

Syntax

server public static boolean removeRelation(
    UserId _userId, 
    UserExternalPartyEntityType _entityType, 
    DirPartyRecId _externalParty, 
   [DataAreaId _dataAreaId])

Run On

Server

Parameters

Return Value

Type: boolean
true if the relation is successfully removed; otherwise, false

See Also

Reference

UserExternalParty Table