Yes, but I believe you need to do it with a reference attribute. I'm assuming the following:
- There is an Entity type called Individual
- There is a relationship called Owner between Individual and Organization
- You want to merge Organizations if they have the same Owner
If that's the case, then
- Create a new Reference attribute on Organization
- Choose Owner as the Relationship Type
- (Optional) Select any Relationship attributes you want to match on or display
- Select any Individual referenced entity attributes you want to match on or display (e.g. name, email, some unique identifier, etc...)
Once that's done, you can use the reference attribute(s) for matching.
------------------------------
Trevor Burn
Assent
------------------------------