cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Accountgroup member display customization

Accountgroup member display customization

Post Date: April 11, 2011

Posted By: Doug Bulkley

Question:

We have many identities with more than one account on the same application and each account is a member of a particular account group.

When editing the account group in IIQ, the Members table does not show distinguished information for these multiple accounts. For example, I see the following:

Name Firstname Lastname
John Doe John Doe
John Doe John Doe

I'd also like to see the native account identities for each of these entries.

 

Answer:

  1. Go to the debug pages and click on the "UI Configuration" button.
  2. Search for the following text:
    accountGroupIdentityTableColumns
  3. Add a new column config like the following (I put this second in the list):
    <ColumnConfig dataIndex="nativeIdentity" headerKey="Account ID" hideable="true" property="nativeIdentity" sortProperty="nativeIdentity" sortable="true"/>
Name Account ID Firstname Lastname
John Doe jdoe John Doe
John Doe jdoe_contractor John Doe

 

Labels (4)
Version history
Revision #:
5 of 5
Last update:
‎Feb 21, 2023 08:23 AM
Updated by:
 
Contributors