How to sort Certification Access Review on Decision Column

Which IIQ version are you inquiring about?

Version 8.1

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

We have a situation where there are couple of thousand entities in a certification which were delegated to respective managers with access review required. After managers have made the decision, these entities are waiting for certification owner’s review who has to do accept/reject decision one entry at a time which is very cumbersome.

  1. Is it possible to sort the Certification Access Review Table on Decision Column i.e list all Approved , Revoked or Delegated in order Or is there a way to add filter to list only revoked entries? So certification owner can just do filter and approve/revoke in bulk.

Thanks for your help in advance.

I think only option is workaround , Add below entry and then this can be sorted

<ColumnConfig dataIndex="action-status" groupProperty="action.status" headerKey="Leader Action" hidden="true" hideable="true" property="action.status" sortProperty="action.status" sortable="true" stateId="action-status"/>

1 Like

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