Sorting the users in Direct Reports as per active inactive status on the UI

Hi,
We are working on Direct Reports, need to sort the users as per there status, active users need to reflect first and then inactive users. We are working on 8.4 version of Sailpoint IIQ.

Any idea how we can do this UI customization?

Thanks.

Hi @PoojaSingh03,

you can add this line to identityTableColumns in UI Conf and sort for it.
<ColumnConfig dataIndex="inactive" groupProperty="inactive" headerKey="idents_grid_hdr_inactive" hideable="true" property="inactive" sortProperty="inactive" sortable="true" stateId="inactive"/>

If its not enogh, I think you must deploy a plugin

1 Like

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