Skip to main content

Does the NF.PeoplePickerApi available in Nintex Forms for Office 365? I am getting an error when creating an instance of the NF.PeoplePickerApi.

 

NWF$(document).ready(function(){

     NWF.FormFiller.Events.RegisterAfterReady(function(){

          var ins = new NF.PeoplePickerApi("#" + varPeople);

          ins.search("Ricardo Calingan").done(function(data){

               ins.add(dataÂ0]);

          });

     });

});

Line 3 throws an error, IE (SCRIPT445: Object doesn't support this action) and Chrome (Uncaught TypeError: NF.PeoplePickerApi is not a constructor).

Have you seen this >>>


Yes, I have researched and I have no solution yet.


You may find the thread below useful. It appears that the search method doesn't work in Office 365.

Re: Set People Picker to manager in Office 365 forms Re: Set People Picker to manager in Office 365 forms


Ricardo, did you ever come to a resolution on this?  I also get an error when I call new NF.PeoplePickerApi('#mycontrol'); line.  In office 365 the PeoplePickerApi just doesn't seem to be there.


Reply