11/16/2022 06:08 AM
Hi,
is there a way to cross check what to request between different entitlement types?
For instance, take an Endpoint with three entitlement types: A, B and C. What we want to do, is to ensure that exactly one entitlement of either A, B or C is requested. So that if you request one in A, you are not allowed to request any other of either the entitlement types.
I know how to filter in scope of a single entitlement type, but haven't found anything to make this possible. Any ideas?
Thanks!
Solved! Go to Solution.
11/17/2022 02:15 PM
This is not feasible . You can use entitlement map - request filter to make dependency between entitlement type
11/25/2022 02:08 AM
Hi Rushikesh,
thanks for the input. Just noticed that I can also refer to dynamic attributes in the filter. This might work, I will try out and let you know.