Hi All,
How to add a role to another role programmatically ?
My requirement is...
I have a super role S1 which has two sub roles R1 and R2.
I have two schedulers running. When scheduler-1 runs, I want role R1 to be added to super role S1 and the role R2 to be removed. When scheduler-2 runs, I want the role R2 to be added and role R1 to be removed from role S1.
Now my question is...how to add the sub roles programmatically to super role?
Thanks,
Shilpa.