Hi,
In version 8.1, is it possible to have dynamic role inheritance? Which would be the best way to achieve this?
I have a business role A that is applied to a certain number of employees according to a dynamic role, and sets these employees with a number of resources. Now I want business role A_1 , whose parent is A, to provide additional resources but only to a subset of the employees filtered on the parent role. To get this, I need to rewrite the same dynamic role again and add an AND clause to it. It would be easier if business roles would also inherit their parents' dynamic roles too.
BusinessRole A + dynamic_role A
|----------------------> Business Role A_1 + Dynamic_Role A + Dynamic_Role A1