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

User form not showing values until searched

Abhay_Yadav
New Contributor II
New Contributor II

Hi All,

We have a requirement to populate data in cascading manner in 3 fields.

1. Department: ENUM

2. Function: SQL ENUM

3. Team: SQL ENUM

So based on department hardcoded function list should get populated and based on function hardcoded team should get populated.

I have used below logic in Function and Team SQL query:

SELECT
CASE WHEN ${supplierFunction} = 'XYZ' THEN 'XYZ' END AS ID
UNION ALL
SELECT
CASE WHEN ${supplierFunction} = 'XYZ' THEN 'ABC' END
UNION ALL
SELECT
CASE WHEN ${supplierFunction} = 'XYZ' THEN 'DEF' END
END

It is working fine data wise and refresh wise, only issue is data does not get listed in the dropdown we have to search for value and then it get's displayed in Function and Team dropdown. Is this the expected behaviour or is there something wrong with our configuration.

 

Regards,

Abhay Yadav

 

9 REPLIES 9

rushikeshvartak
All-Star
All-Star

change dept enum to SQL enum if does not work share screenshot of config and ars


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

Abhay_Yadav
New Contributor II
New Contributor II

Hi @rushikeshvartak ,

I have changed the department to SQL ENUM, Department is getting populated properly.

But Function and Team behaviour is same as before it is not showing value with out searching.

Abhay_Yadav_0-1728490388976.png

Regards,

Abhay Yadav

 

 share screenshot of config and ars


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

Hi @rushikeshvartak,

Config:

 

Abhay_Yadav_3-1728539614758.png

ARS:

Abhay_Yadav_0-1728539531745.png

Abhay_Yadav_4-1728539722319.png

Abhay_Yadav_5-1728539815735.png

Regards,

Abhay Yadav

 

 

Click on both attribute and share configs


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

Hi @rushikeshvartak ,

user department config:

Abhay_Yadav_0-1728554854942.png

Abhay_Yadav_1-1728554913116.png

Function Config:

Abhay_Yadav_2-1728554987534.png

Abhay_Yadav_3-1728555023283.png

Regards,

Abhay Yadav

 

 

use Refresh instead of Mapping


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

Abhay_Yadav
New Contributor II
New Contributor II

Hi @rushikeshvartak,

Updated it to Refresh but the behaviour is still same.

Regrards,

Abhay Yadav

Please share logs in text file


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