Add a new custom Column to Targeted Certification

Hi all

I am using IdentityIQ 8.3 p3 version

Currently I am updating classification object with a new attribute and want to add a new column in the targeted certification item page which shows that attribute

Is it possible to do that and where all do I need to make a change for that ?

Thanks

To add attribute to certification, extend the schema for link and certification item, use HBM XML files or extended columns. Refer below for more info on implementation and examples:

Hi @kalyan_dev32,
I tried the steps from the link https://community.sailpoint.com/t5/IdentityIQ-Forum/Display-role-name-in-certification-page/m-p/263502#M193187

But still its not visible in the certificationItem page

According to the steps mentioned in the above link

  1. added a column entry in UI Config under uiCertificationItemWorksheetColumn entry.
  2. all the properties ( dataIndex, groupProperty, Property, sortProperty, stateId) is set to “HibernateCustom1”.
  3. wrote a CertificationItemCustomization rule and added it’s entry in system configuration.
  4. CertificationItemCustomization rule had the logic to create the data that is required to populate in new column.
    item.setCustom1(value); (I added value as HibernateCustom1)
    Not sure what I am doing incorrect here

Thanks
Manisha

Do I need to update the Hibernate file too
If yes, then should it be extended1 ?

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