Click HERE to see how Saviynt Intelligence is transforming the industry. |
12/04/2023 06:43 AM
Hello,
I'm trying to assign Enterprise Role via technical rule based on user's location as per the instruction mentioned in https://forums.saviynt.com/t5/saviynt-knowledge-base/how-to-configure-dynamic-assignment-in-technica.... But the Object field seems to be a drop-down, not an open text and hence I'm not able to put in the dynamic condition.
Could someone help me understand, What am I missing.
Thanks
Solved! Go to Solution.
12/04/2023 06:58 AM - edited 12/04/2023 07:01 AM
@Ankky try/search for the below
Role-${user.location}
12/04/2023 07:17 AM - edited 12/04/2023 07:37 AM
@Ankky : When you are trying to assign Roles dynamically based on certain user field then you need to use $ to reference the dynamic attribute and then attribute column. In your case it should be like Role-${user.location}
12/04/2023 07:25 AM
$ is used to reference the dynamic value try below
Role-${user.location}