Extended Column in Certification

Hi Folks,

Just a query, Is there a possibility that during access reviews the identity status i.e. inactive or active can be shown to the reviewer as a column. If yes then how can it be done. For Identity Status we have a identity attribute called Inactive which is populated based on Successfactors. So can we show the identity status during certifications to the reviewer.

Hi @Amsingh1 ,

yes, you can show your identity status during access reviews by extending the grid to display additional identity attributes as certification column, either by directly mapping the identity attribute in UIConfig or via a rule.

thanks

How can we directly map identity attribute in UI config, can you give the steps or snippet.

In my case, I used Targeted Certification and was able to display the identity status by adding this ColumnConfig to every key that starts with uiTargetedCertificationItem in the UI config:

<ColumnConfig dataIndex="inactive" groupProperty="Identity.inactive" headerKey="inactive" hideable="true" property="Identity.inactive" sortProperty="Identity.inactive" sortable="true" stateId="inactive"/>

If this approach doesn’t work in your case, check below threads:

thanks

Just a query where you said identity.inactive there do we need to mention whatever is present in identity mapping?

Below is the Screenshot for the identity mapping for this in our system.

image

Add it in UIConfig object.

this one right like as it is and to all the places where uitargetedcertificationitem is there

yes, that’s correct. i guess this only works in case of Targeted Certification. if you’re using different type write a add entries in Hbm files and write a rule.

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