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

Application Role Filtering in ARS Page || Request Query

Manu269
All-Star
All-Star

Hello Team,

Can someone assist here please.

We have few application role, which should be available for user for requesting based on the organization selected by the user (here organization is DA, which is getting populated based on the requestee details).

Please note the same role is applicable for multiple organization, hence we added the information of organization, in Custom Property 59 as comma separated value.

Custom Property 59 = ABC, DEF

Can someone assist how we can add the query in Application Role > Request Query to filter the same?

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.
3 REPLIES 3

rushikeshvartak
All-Star
All-Star

locate('${organization}',r.customproperty59)!=0


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

Manu269
All-Star
All-Star

@rushikeshvartak  This is not working as expected.

The application role is shown upfront.

Manu269_0-1709541803665.png

I want this to be not displayed until Organization is selected.

 

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

Manu269
All-Star
All-Star

@rushikeshvartak seems to be issue with locate function.

When the page first opens up, it does force you to select the DA.

But when end user deletes the DA attribute , then all roles shows up.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.