Skip to main content
May 22, 2021
Question

How to remove username if already reactivated

  • May 22, 2021
  • 4 replies
  • 0 views

can someone help me... how to remove username from picker field if user is already reactivated.

    4 replies

    kunals0003
    May 23, 2021

    Can you elaborate more? What do you mean by "Remove username from picker field".Are you using a user picker and only want a specific set of users to be searched in there? In that case, you can use the group filter to limit the user picker to only allow users who are part of a group.

    May 23, 2021

    Thanks Kunal... I am using user filter to reactivate the user..also have used group filter to limit user to reactivate ...but if am reactivating the user...still I can see that username in user picker... which I should not see if user is reactivated..

    kunals0003
    May 23, 2021

    You will need to create a logic to transfer or remove the "reactivated" users from the group you're using to filter so that once the users are reactivated they are no longer part of the group and are not seen in the picker search.

    You can run this operation to either transfer to another group or remove it from the group on "saveInto" when you press the button to "reactivate".

    Alternatively, you can also use a custom picker with logic to exclude "reactivated" users from the search list.