Require Additional Column for Managers and ACF2ID in Review Title in Certification Review

Hi All,

As part of our certification , we need to achieve below.

  1. Additional Column for Managers

    • The current review screen lacks a column to display manager information.

    • This omission affects reviews assigned to group owners or non-managerial staff.

    • Reviewers are finding it challenging to gather all necessary information to complete their reviews.

  2. ACF2ID in Review Title

    • We kindly request the addition of the actual reviewer’s ACF2ID to the access review title.

    • This enhancement would:

      • Facilitate easier follow-ups by the Access Governance team

      • Improve reporting capabilities

These changes would significantly streamline our review process and enhance overall efficiency. Please see below for a visual of our suggestion…the purple area would be for the Managers name and ACF2ID.

Note : Please advise how can we achieve this in Sailpoint IIQ. Below is the screenshot for your reference. Thanks.

Hi @Venu1010,

in UIConfig.properties you have to add the manager and other attribute column details in the different entry fields

–> you have to add manager and other attributes in the column config then you can see the field in the the certification page.

refer this white paper for more information - https://community.sailpoint.com/t5/Technical-White-Papers/UI-Customization-with-UIConfig-in-IdentityIQ-8-4/ta-p/76860

1 Like

Hi @Venu1010

Were you able to update the UI config properties and got the required columns in your access review role membership pages ?

Hello @Venu1010 , Is ACF2ID an identity attribute? If so, you can easily add it to the UIConfig.xml file. You’ll need to select the appropriate XXXXCertificationItemWorksheetColumns option to include this new column.

Below are the available certification types:

Let’s decide which certification type you’d like this attribute to appear in. Based on your example, it looks like you’re using uiRoleCompCertificationItemWorksheetColumns. If that’s the case, go ahead and add ACF2ID there, then refresh the access review page to confirm it’s showing up.

Code snippet: // Make sure your identity attribute name matches it.

<ColumnConfig dataIndex="Identity-ACF2ID" groupProperty="Identity.aCF2ID" headerKey="ACF2ID" property="Identity.aCF2ID" sortProperty="Identity.aCF2ID" stateId="Identity-ACF2ID"/>

I’m confident you’ll nail it!

Thanks

@SivaLankapalli

1 Like

Hi @Venu1010 Glad to hear that helped! If it solved your problem, feel free to mark it as the accepted solution so others with the same issue can find it easily.

Thanks @SivaLankapalli

Hi Siva,

I tried it but I am not getting value under ACF2ID. Could you please suggest.

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