PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click 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.

Saathvik
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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.