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

Need to show description in single select list

SeemaDas
New Contributor III
New Contributor III

I have single select list of workgroups on ARS form. Need to show description along with name as we seen on table format on ARS.

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Are you referring to dynamic attribute ?

select distinct substring(customername,9) as ID , replace (description,',',' and ') as description from customer where customproperty13='USERTYPE' and customproperty20='Rushi' order by substring(customername,9) desc

rushikeshvartak_0-1701743342364.png

 


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

This is not a dynamic attribute. I want to show the description of selected entitlement value (Groups/Role)

This is known defect , Idea ticket is accepted , It will be implemented in future versions.

https://ideas.saviynt.com/ideas/EIC-I-3583


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