Currently the toxic policies need to be configured based on exact combinations, this works for simpler issues, like an f3 and e3 license. But when the potential combinations increase for lets say E1, E3, E5 and F3 the configuration gets really complex because you need to define the combinations for each possible combination. It would be way easier to configure and maintain an understanding of the configured toxic policies if they are priority based. It would look like this: Toxic policy: E5 E3 E1 F3 If the person will retrieve the entitlement E3 and F3, it should go through the policy and select the highest priority entitlement, in this case E3 because its at place 3, not 1. If the person retrieved E5 and E1 the same applies, it should grant 4. E5 and not 2. E1, etc.