Skip to main content
April 27, 2022
Solved

custom picker to auto complete with Appian users?

  • April 27, 2022
  • 2 replies
  • 0 views

Hello All!

I'm trying to figure out the best way to autocomplete a field with an Appian user name?

For Example 

I start typing persons surname:

Smi

An auto complete suggests:

Smith Jon
Smith Dan 

Etc etc 

The idea here is an "Admin" will log into this start typing the users last name or first name etc and have Appian give suggestions which the user can then select one of this will then be used as a variable to confirm groups user is a member of so we can add or remove access to other groups.

As always any help is appreciated thank you! :) 

    Best answer by mathieud0001

    Easiest is to use the User Picker component. https://docs.appian.com/suite/help/22.1/User_Picker_Component.html

    If you need something more customized, you can do a custom picker https://docs.appian.com/suite/help/22.1/Custom_Picker_Component.html

    2 replies

    mathieud0001
    Brainy
    April 27, 2022

    Easiest is to use the User Picker component. https://docs.appian.com/suite/help/22.1/User_Picker_Component.html

    If you need something more customized, you can do a custom picker https://docs.appian.com/suite/help/22.1/Custom_Picker_Component.html

    harshitb6843
    May 1, 2022

    You don't need a custom picker for this. The user picker solves the use case pretty well. However, if you have a certain requirement in which you cannot use the user picker, then I would advise you to use the Application's all users group and extract the members from it. 
    Then use that list to populate the customer picker's suggestions.