certificationAccessReviewsTableColumns - add an identity attribute as a column

Which IIQ version are you inquiring about?

8.4p2

Please share any images or screenshots, if relevant.

image

image

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

*I was hoping to see if anyone has done this before and get some direction on how to implement this in the debug page. I’m trying to add a new column to the Certification page and need to update the <*certificationAccessReviewsTableColumns> dataIndex to do this.

I’m hoping there is a way that I can add a few attributes from the (non-grid) IdentityViewAttributres entry. Specifically I want to create a new column for the contractEndDate and then populate the value for each user that is being certified under that column.

I was also hoping to add this to the UiCertificatioonEntitiesColumns page as well so that when a user goes into the object they can also see those details.

Is this possible to do?

Yes this is doable - you would need to create a custom evaluator to do this

This doc has info and examples on creating custom evaluators and adding them to your UI Config

https://community.sailpoint.com/t5/Technical-White-Papers/UI-Customization-with-UIConfig-in-IdentityIQ-8-4/ta-p/76860#toc-hId-1509891160

Would I still need a custom evaluator to add this to the <*certificationAccessReviewsTableColumns> or just the UiCertificatioonEntitiesColumns?

The custom evaluator is needed if you want to access a property not available from the Available Objects for that entry

The doc I linked lists each of the entries and available objects