Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Dynamic object condition in Technical Rule

SudheerKaneti
New Contributor II
New Contributor II

Hi,

I am trying to use the below condition in the technical rule. So instead of creating multiple Technical rules, I have put the condition in the object that should pick up groups where the cp20 value and user's employee class is matching.

SudheerKaneti_0-1710181678298.png

ev.customproperty20 like '%${user.employeeclass}%'

But the condition is not working and add access tasks for those condition matching groups are not getting triggered. Only new account creation task is getting generated .

May you please let me know whether this condition is correct or supported in Saviynt. (ver 23.11)

Thank you,

Sudheer.

 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

try condition 

SAVCUSTOMQUERY::ev.customproperty20like '%${user.employeeclass}%

Refer https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter05-Policies/Creating-Technic...


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hi Rushik

The condition is working now. Thank you.

Thank you,

Sudheer.