How to add an non extended attribute to managedattribute in manage user access

Which IIQ version are you inquiring about?

8.4

Please share any images or screenshots, if relevant.

Share all details about your problem, including any error messages you may have received.

How can i add the non-extended attribute in UI. especially the approvallevel from entitlement when i try to add it in UI config

getting this error
Uncaught JAX-RS exception.
sailpoint.tools.GeneralException: could not resolve property: approvalLevel of: sailpoint.object.ManagedAttribute
at sailpoint.persistence.HibernatePersistenceManager.search(HibernatePersistenceManager.java:2198)
at sailpoint.persistence.ClassPersistenceManager.search(ClassPersistenceManager.java:343)

aslo added this in fullteextindex file.

Did you execute the Full Index Job after adding the attribute ?

Yes, i did perform the full text index after adding , yet it’s not coming up

can you please go to “uiAccessItemsColumnsEntitlement” and the attribute you want to make it visible. Please delete the fieldOnly attribute and add headerkey attribute. Once done, restart tomcat, it should work. I have just tested in my local, and it worked for me.

use the example below.

Before

 <ColumnConfig dataIndex="id" fieldOnly="true" groupProperty="id" property="id" sortProperty="id" stateId="id"/>

After
 
 <ColumnConfig dataIndex="id" headerKey="ui_access_id" groupProperty="id" property="id" sortProperty="id" stateId="id"/>

Thanks for the fix will try and let you know

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.