UI Config - Role Added new Column via UI Config but values are not shown in the Identity Cube

Which IIQ version are you inquiring about?

Version 8.3

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

I have created new Extended Attribute in Role. We are trying to add Extended Attribute in Identity Cube Role Section. So for that I have new Attribute in . I have used .
But I can’t see value in UI. If anybody faced the same issue . Please address this issue.

Hi @sbhagat,

You are talking about this section on the identity?


If it is, you can add a column in identityEntitlementRoleGridColumns in UIConfig into debug, like this:

<ColumnConfig dataIndex="Test" groupProperty="Bundle.test" headerKey="Test" hideable="true" percentWidth="20" property="Bundle.test" renderer="SailPoint.Define.Grid.IdentityEntitlementRoles.renderValue" sortProperty="Bundle.test" sortable="true" stateId="displayableName"/>

In my case, I have create a new attribute called test(searchable) and add a column with Bundle.test like property

Thank you for the response but I’m getting this response . I’m trying to get the Value for the Environment. Also wanted to confirm some more things
1)You have created ExtendedAttributes
2)From UI , Global Settings ->Roles Configuration - Open Attribute and make it searchable

Any other thing we need to configure.

Yes.

remember, everytime you create an extendedAttribute(for identity,acccount, bundle…) you need to update the relative table on DB and the relative extended file.

You can update DB manually but is better is you use the console command

I have updated Bundle Extended Attribute and for me it look like this
undefined

perfect, have you update the db too?

ps have you 9 extended attribute for bundles?

Yes , I have 9 extended attributes in db too.

Ah ok.

one more thing, not inherent with the case, better for each ext.attribute if you resize the lenght in file and into db. For example, for a boolean put 1 instead 450, for lastname/firstname put 50-100. This for reduce the dimension of tables, for improve performarce ecc…

I’m getting empty result.

how is configured your bundle object config?


This is the attribute - Environment.

Still are you getting empty value? or getting expected values?

Yes , It still showing same error

Please share the error screen shot you are getting.
Share the role mapping screen shot as well.
Are you able to view the column from database?

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