I have created an form which allows users to pick specific AD groups for Citrix access. This form is only for Citrix access to things not granted as part of an application.
I have excluded application Citrix groups associated with applications from being able to be requested.
Is there way to exclude the same entitlements to also be excluded on remove in the form?
Form Setup for the remove shows the excluded items on add in the remove entitlement table.
All of these groups are set to be excluded as adds and should not show up for the user to remove..
Hi,
A bit late but hope it helps
You can create a custom managed group attribute (can_be_removed). You can set it to 'not_remove' manually for those groups which you want to exclude from removal.
In the entitlement filter you can add a filter x."can_be_removed" <> 'not_remove'.
Zoltan