Skip to main content
Nintex Community Menu Bar

PeoplePickerApi display suggestions via search()

  • December 5, 2016
  • 1 reply
  • 11 views

Forum|alt.badge.img+2

Hello,

I am trying to use NF.PeoplePickerApi to search people.

I can find the people using search(), but I am not able to find the method to show suggestions from the API


var
ins = new NF.PeoplePickerApi('#my_id'); 
//search for jon doe 
ins.search('domain\jon.doe').donefunction (data) {
      //is there any method to show suggestions here?
});
Please help!!! Thanks!

1 reply

Forum|alt.badge.img+7

Hi

The Nintex forms peoplepickerapi just allows programmatic interaction with the people picker field, not to allow a user to then select a user

‌ explains the available functions.

I have done some work populating a people picker field which you may find useful:

Hope this helps