Closed thermador64 closed 8 years ago
That does not look like a supported way to call this widget. Please read the API documentation here: https://github.com/purtuga/SPWidgets/blob/master/documentation/SPWidgets.pickSPUser.md This widget does not query the user list directly. It uses searchPrincipals SharePoint API. You might be able to achieve goal by using the widget's 'filterSuggestions' option.
Paul -- sent from mobile
Thanks for the tip. I was able to get it working with the filterSuggestions option.
Glad to hear that.
I am trying to filter the users by domain with the pickSPUser, and I have included my code.
I am using the column
Name
because if you get the UserInfo list this column has thedomain\id
information. I don't know if you are using a different list, or if I am just doing something wrong. Any help would be appreciated.