There is a requirement to set up request forms for an application, this application has roles and groups.
Below is the relationship criteria.
1.if user selects both role A and role B then he should only be able to select among group 1,2 and 3.
2.also if user select role C and D he automatically gets group 4.
How do i achieve these relationships ?
I am using entitlement heirarchy to achieve relationships like role a-group 1 but not able to complete the above criterias