We need to stop filtering for removal of entitlements which are part of assigned role.I have put noFiltering=true in compile step in initilize worflow.But i cant remoce the entitlements which are part of assigned role.Anyother way to stop doing the filtering.
@ksuneeth85 If the entitlements are assigned via roles, then you can’t remove entitlements directly. Could you please help us understand why do you want to remove underlying entitlements, but not the role?
for some reason , we may need to remove one entitlement for some users brother.can we make the filter off .
You can write a rule to achieve it?? just tell me one thing, if these entitlements are part of business role/It role, then submit a role removal request, it will remove the entitlement.
if one role has multiple entitlement and you just want to remove one entitlement from few of the users, just write a small rule to implement it. correct me , if mh understanding is wrong.
Can we use that key “noFiltering =true” in compile project step to stop filtering .will that work? it wont work for this scenario ?
@ksuneeth85 Try configure the entitlements which you want to remove as part of Permitted Roles. Then you can remove the roles separately. But to achieve this, you need to create one to one mapping with entitlements and permitted roles. If such entitlements are less, you can use.
Also, making them permitted will not assign them automatically, user need to manually select them to submit request. If they are dynamically assigned, user need to submit reuqest separately for these roles.