I'm trying to lock down visibility to certain contacts in SFDC.
We have a field on Contact that is populated by a Flow and it is one value that we care about. The field is called 'Record Type Account'. If the value is "Tenant", no commercial person must be able to see those contacts, only support teams. (and it cannot be a formula field I am willing to bet...)
I have changed the org-wide default of the contact object to private, to lock it down from everyone but the record owners.
Then I added a rule where it says 'Record Type Account' not equal to "Tenant' then share with the 'Marketing' role and its subordinates. The role hierarchy is set up with this in mind and sits on top of the commercial hierarchy (but below the admin).
And whenever I try to set up the rule it just opens up everything. The field filters make no difference...
Would lvoe your help, please!