Modify the Direct Report Widget- View active users first and then inactive users

Hi,

We are trying to edit the widget of Direct Report so that it can view active users first and then inactive users. We have already tried sortBy, filters and orderBy. Below is the Xml of the widget how we are trying to achieve it but we are not able to get the desired outcome -

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Widget PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<Widget name="DirectReports" title="widget_direct_reports">
  <Selector>
    <IdentitySelector>
      <MatchExpression>
        <MatchTerm name="managerStatus" value="true"/>
        <MatchTerm name="Status" value="Active"/>
        <MatchTerm name="Status" value="Inactive"/>
      </MatchExpression>
    </IdentitySelector>
  </Selector>
</Widget>

Any idea how we can sort the identities in widget as per active inactive status.

Thankyou.

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