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
