Hi *
just to make sure:
If I have the following document models, with the respective roles:
- Address - Role: ?
- Client - Role: ClientManager
** include Address
- Broker - Role: BrokerManager
** include Address
What role(s) does the Address model need?
- Answer 1: It doesn’t matter, because the role of the parent model is the relevant role
- Answer 2: the roles of both parent models: ClientManager & BrokerManager
Thank you!
Bianca
Hey @bianca-firm-knoll, thanks for posting in discourse!
From a modeling perspective we normally would recommend to set at least the parent model roles also for the include - but I’ve tried also the other way beforehand in a small local application as the follows:
Result: I logged in as “admin” and was able to see and access the include content. In order to make that a bit more clear from a technical perspective I involved our data services team. I think they can provide the answer you need here 
Hi @bianca-firm-knoll,
The role needed for the Address model is not related to the Client and Broker model (not inherited)
So when you use the Client (or Broken) model including the Address model, we need both roles of Address and Client (or Broken) to access.