Hi folks,
Some background for this question: I'm trying out an anonymization app wich uses workflows on the Contact entity.
I need to create a view with contacts that do not have a record with certain properties in a related entity.
Example: the contact has a related entity called A, which has some fields 1, 2 and 3. I only need to see contacts with this related entity where the field 2 is always empty. If there's even one record in the related entity that has data in field 2, then I don't want to see the contact.
No atter what I try, I can't seem to set the filter properly. Either I end up with no contacts or with contacts that do have a record with field 2 filled.
Is there a way to do this or should I look fot other options?
Thanks!