Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/27/2024 04:22 AM
Hello,
While creating an organisation, we select various things like endpoints, entitlements, roles etc
When we select Endpoint A, I need a condition that when we select the entitlement, it should belong to that endpoint A only. If its belonging to some other endpoint lets say B or C.
It should throw an error and not move to the next step.
I can't find a way to do this through UI, I'm also implementing the organisation validation framework but not sure if this can be achieved through the validation framework or not.
Because as in the code of entitlement model class I dont see any getter setter for the endpoint name of that particular entitlement value.
09/03/2024 04:16 PM
Greetings.
We do not have the capability or config to limit the entitlements as per the endpoint selected in the previous step. Please feel free to raise an idea for the same with detailed requirement. Our product team will review and accept it accordingly.
Thanks
09/04/2024 01:50 AM
not even using the Organisation validation framework?
Where we can maybe put the equal to condition
but for that we need to fetch the endpoint name from the entitlement model class which I don't see right now as entitlement class doesnt have any endpoint name variable.