Skip to main content
March 15, 2024
Question

User Deactivation

  • March 15, 2024
  • 10 replies
  • 0 views

Hi All 

I have a requirement user wanted remove some user from entire Env Like Dev Env so i have deactivate the user account and remove from Groups and inactive that from database also Sync record.  and we have one UI where we make search bar filter in the search bar we used pickerfield. I have done all these process that i have explained in the above. and when i go to search bar still i am getting user name that i have already deactivate from appian account remove from groups and inactive from database. Can you tell me how we can fix this issue.

    10 replies

    davidj137213
    March 15, 2024

    I would suggest add the active users to a group and use the group filter of the user picker field. When the user is inactive, remove it from that group

    stefanhelzle0001
    March 15, 2024

    What kind of picker field is this? A standard user picker will not display inactive accounts.

    March 15, 2024

    a!pickerFieldCustom()

    stefanhelzle0001
    March 15, 2024

    Yeah, well then you need to modify that custom implementation.