Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Dynamic Technical rule issue

AHuisman
New Contributor III
New Contributor III

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 

AHuisman_0-1724334879501.png

Is the additional configuration options in the global settings that needs to be modified to allow this to work?

5 REPLIES 5

AHuisman
New Contributor III
New Contributor III

AHuisman_0-1724335015817.png

 

rushikeshvartak_0-1724335195817.png

What is condition you are trying to add ?

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

AHuisman
New Contributor III
New Contributor III

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.

It should be { not (

ROLE_${user.jobcode}

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

AHuisman
New Contributor III
New Contributor III

Thanks! That was the issue!