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 role assignment

Ankky
Regular Contributor
Regular Contributor

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. 

Ankky_0-1701700840935.png

Could someone help me understand, What am I missing.

Thanks

3 REPLIES 3

SumathiSomala
All-Star
All-Star

@Ankky try/search for the below

Role-${user.location}

SumathiSomala_0-1701701862833.pngSumathiSomala_1-1701701883904.png

 

 

Regards,
Sumathi Somala
If this reply answered your question, please Accept As Solution and give Kudos.

sk
All-Star
All-Star

@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}


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

rushikeshvartak
All-Star
All-Star

$ is used to reference the dynamic value try below 

Role-${user.location}


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