Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/22/2024 06:56 AM
I'm trying to setup a technical rule that assigns a role for users based on jobcode dynamically.
I found other posts showing that you can assign the enterprise role in the rule using something like ROLE_%(user.jobcode)
However, as soon as i put a ( in the object line an error window pops up saying
Is the additional configuration options in the global settings that needs to be modified to allow this to work?
Solved! Go to Solution.
08/22/2024 06:57 AM
08/22/2024 07:00 AM
What is condition you are trying to add ?
08/22/2024 07:01 AM
ROLE_$(user.jobcode)
However, as soon as i type in a ( the error popup appears and won't let me enter the rest of the value.
08/22/2024 07:03 AM
It should be { not (
ROLE_${user.jobcode}
08/22/2024 07:09 AM
Thanks! That was the issue!