New ColumnConfig in certificationAccessReviewsTableColumns does not return any information

Which IIQ version are you inquiring about?

Version 8.3

Please share any images or screenshots, if relevant.

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

Hi Community,

I have a requirement which is to add a column to the list of access reviews within a selected certification. In order to achieve this I’ve added a new ColumnConfig into the UIConfig Attribute: , but so far it has only added the column without the corresponding information.

Is it necessary to create a rule to populate that new column?

Thanks in advance!

Hi,
You can only display in the column that would contain attribute which is available on the object. As farvas i remember the only extensible certification related attribute is certificationItem. What you see in this screen is AccessReview object. That means you cannot extend it with any custom attribute ergo you cant display it here.

What you did with the UIConfig is correct as long as you use attribute available in AccessReview class.

Hi @maria_hernandez ,

As @kjakubiak mentioned, you can only display values which are part of that object and Certification is the only object available. Please find the below screenshot from Whitepaper for your reference.


UI Customization with UIConfig in IdentityIQ 7.2, 7.3, and 8.0 - Compass (sailpoint.com)
Custom Evaluators helps to display additional fields, but I don’t think that can be used for this use case. You can refer the whitepaper for more information on that as well.

Hi,
I’ll make sure to check everything you’ve mention.
Thank you both for your time and assistance.

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