Which IIQ version are you inquiring about?
8.4p3
Share all details about your problem, including any error messages you may have received.
Hello all,
I would like to check is it possible to add a column to display the account name in Entitlement Catalog > Members tab. Currently it displays the name and full name which are identity attributes. How do I get an account attribute instead?
I referred to community.sailpoint.com/t5/Technical-White-Papers/UI-Customization-with-UIConfig-in-IdentityIQ-8-4/ta-p/76860#toc-hId-841291145 but it does not guide me on what attribute can be used? Shared my current code below
<entry key="accountGroupIdentityTableColumns">
<value>
<List>
<ColumnConfig dataIndex="identity-name" groupProperty="identity.name" headerKey="name" hideable="true" property="identity.name" sortProperty="identity.name" sortable="true" stateId="identity-name"/>
<ColumnConfig dataIndex="identity-full_name" groupProperty="identity.full_name" headerKey="Full Name" hideable="true" property="identity.full_name" sortProperty="full_name" sortable="true" stateId="identity-full_name"/>
</List>
</value>
</entry>
Any help is appreciated! Thank you!
