Dear developer, could you explain how to define the settings of role inheritance?
For example, I have two roles, each of which can access different factory screens (sch) and data (objects).
role1-object1
role2-object2
I hope to add a role that can access the scope of these two roles at the same time, including screens and data (object)
I tried using role inheritance
Parent role Child role
role1 role3
role1 role3
When I set a user to role3, I found that it was not what I expected. Is my setting wrong?