Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/06/2024 05:57 AM
while creating a user, we have a requirement that
1. if the employeeType selected as 'Service' the Contact person attribute should show only the users whose rolekey is 1(for example)
2. if the employeetype selected as 'Externals', the contact person attribute should show all the users whose employeetype is 'employee'.
Is it possible to achieve in a single Attribute.
We are able to achieve this in two separate attributes and also by hiding the employeetype value in Action string. The query which I used in two attributes are:
Could you please guide to do this in a single attribute.
Thank you.
Solved! Go to Solution.
08/06/2024 06:00 AM - edited 08/06/2024 06:00 AM
Yes you can achieve
Use ${empType} dynamic attribute
empType is dynamic attribute name
08/06/2024 06:03 AM
Hi rushikesh,
Thanks for replying, I am trying to achieve the needful by using employeetype dynamic attributes, but not succeeded. Could you please guide further, how can I achieve this.
Thank you.
08/06/2024 06:04 AM
Share query
08/06/2024 07:32 AM
Hi @rushikeshvartak ,
I have finally achieved the needful. Thanks for your reply. The query which I used:
Thank you.
08/06/2024 10:20 AM
✅Please click the 'Accept As Solution' button on the reply (or replies) that best answered your original question and hit 'Kudos' button 👍.