I'm having trouble seeing the cleanest way to get all Person entities associated with a particular email address (usually this will just be one Person entity).
I can get the emailAddressId, I just need a select on this, giving all [entityId, entityType] pairs.
I can get the emailAddressId, I just need a select on this, giving all [entityId, entityType] pairs.
Comment