Exist the possibility of define a hierarchy of roles?
Hello,
I have experience in other sistems where i could create a hierarchy of roles from a less restrictive role to a more restrictiye, exist that posibility on JDE?
Example
+ ROLE A ( View, Add, Delete to F0101)
|----- + ROLE M1 (Menu M1 Filter (Only enable P01012)
|---------+ ROLA CO_GR1 ( Only View Company 00001 and 00002)
|---------------- USERS asigned: USER1,USER2
|---------+ ROLA CO_GR2 ( Only View Company 00005)
|---------------- USERS asigned: USER5
+ ROLE B ( Only View F0101)
|----- + ROLE M2 (Menu M1 Filter (Desabled P01012)
|---------+ ROLA CO_GR1 ( Only View Company 00001 and 00002)
|---------------- USERS asigned: USER7,USER6
USER1 and USER2: Can view, add and delete on F0101, Menu filtered with one aplication P01012 and only can see Company 00001 and 0002
0