UI Customisation in identityiq

Dear Team,

We are using SailPoint 8.4 p3 version. We are having requirement of UI Customisation adding new column, embeded in the IdentityIQ Cube–> entitlements Tab–>Roles Section
Please find the below screen shot.

We are having the requirement of displaying true/false of the extended attributes in the bundle.
We have extended attribute at Bundle named “OIMRole=True/False” Boolean Type.

In the IdentityCube of SailPoint we would like to display the column OIMRole=True/False for each Role.

We tried updating the UI Customisation with the below entry key and nothing worked.
uiIdentityEntitlementRoleGridColumns

But changes are not reflected there as per the documentation of SailPoint we followed the steps.

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

Regards,

Ravi.

Regards,

Ravi

Hi @ravikolipakulaaujas - the attribute you want to edit for this is identityEntitlementRoleGridColumns. Your attribute is closely named, so double check the spelling.

The attribute you listed uiIdentityEntitlementRoleGridColumns allows you to edit the view under Identity Details > Access > Roles

Hope this helps!

Hi @ravikolipakulaaujas ,

please use “identityEntitlementRoleGridColumns“ attribute instead of “uiIdentityEntitlementRoleGridColumns“ if you want to display this in Identity Warehouse –> Entitlement tab (Roles section)

Hope this helps.

@ravikolipakulaaujas identityEntitlementRoleGridColumns → this reads value from identity entitlement object and IE doesn’t store references to bundle object. It directly stores the string value. Directly adding the custom attribute available in bundle object model there will not work.

Not sure if you can add a renderer to make it work, you need to check it once. But you can achieve this using a plugin where it can inject a column on page load.

Note: Found a fix?Help the community by marking the comment as solution. Feel free to react(:heart:,:+1:, etc.)with an emoji to show your appreciation or message me directly if your problem requires a deeper dive.