Hi Guys,
I am struggling with a security requirement. I need to give access to a child record of Contacts, but not the parent Contact record
I have two custom entities:
Entity 1 has a 1:N relationship with Entity 2
Entity 2 has a N:1 relationship with Contacts
My security model is as follows:
BU 1
BU 2
Security Role has BU only access to Entity 1, 2 and contacts
I need to give access users in BU 1 access to Entity 2 records owned by BU 2. The associated Contacts are owned by BU2.
I cannot give access to the contact records of BU2.
The problem is that they cannot see Entity 2 records that are associated with contacts outside of their own BU.
I hope this makes sense and someone can help.