Combining Two Roles in JDE
Hi,
I have two roles in JDE and when I give users these two roles, I need the user to inherit permissions from both roles. So role one has permissions a, b and role two has permissions c, d.I need the user to have permissions a,b,c,d. Currently if I give a user both roles the user will see only permissions from role two. This is for row security, and the two roles have different FROM and THRU values.
For example,
role one has from/thru values: b to b, bc to bv, c to o, uc to uv and v to x.