Hiding inactive employees from the tiles

Hi,

How can we hide the inactive employees from the "My Direct Reports" tiles on homepage. I have tried it with web designer employees configurations. Its not showing when explore button is clicked but on the home page it shows all employees irrespective of their status.

Regards,

Priyank

Parents
  • Hi Priyank,

    I do not suggest to "hide" inactive employees. This is a complete opposite of best practice in an identity manager system to hide identities! So please think about your use case.

    You need extensions at least in VI_Employee_Overview, on the GridBand to adjust the loading. 
    Then you need to adjust the UI, another checkbox as HeaderControl, another Variable (ShowInactive) on the collection VARS and handling of this variable, to have the desired behaviour.

    for the start page the adjustment needs to be taken place in QER_BusinessOwner_ChartSummary on the load collection: Person. This can be done with an extension too.

    HTH,

    Geraldine

Reply
  • Hi Priyank,

    I do not suggest to "hide" inactive employees. This is a complete opposite of best practice in an identity manager system to hide identities! So please think about your use case.

    You need extensions at least in VI_Employee_Overview, on the GridBand to adjust the loading. 
    Then you need to adjust the UI, another checkbox as HeaderControl, another Variable (ShowInactive) on the collection VARS and handling of this variable, to have the desired behaviour.

    for the start page the adjustment needs to be taken place in QER_BusinessOwner_ChartSummary on the load collection: Person. This can be done with an extension too.

    HTH,

    Geraldine

Children
  • Hi Geraldine, 

    Thanks for your reply. 

    we have a lower environment where in web designer configuration for Employees, I see two “Employees which can be edited by current user” but in PROD its just one. Funnily – if I change the query on both options in pre-prod its working i.e. not showing inactive employees on home screen but on PROD there is only one and changing its query doesn’t remove inactive employees from home screen. 

    Not sure if there is something I am missing from our PROD environment.

    Thanks,

    Priyank