Questions tagged [peoplepicker]
120 questions
0
votes
1 answer
support the secondary domain with Classic authentication for SharePoint people picker
We migrated few SharePoint 2010 site collections to SharePoint 2013 but had to use classic authentication to preserve the users that were already in groups.
We have 2 AD domains one-way trust.
The problem now is that people picker in these site…

Ofer Gal
- 707
- 1
- 10
- 32
0
votes
1 answer
Parsing out muiltipicker in javascript
I have created a form that pulls a person's (peoplepicker) office location automatically from AD via SharePoint's UPS and populates it in the entry field. What I'm having trouble with is pulling multiple individual's office locations and having that…

Delante Lee Bess
- 1,503
- 1
- 9
- 6
0
votes
1 answer
PeoplePicker fields in SharePoint Modal dialog, loses data with SP.UI.ModalDialog.RefreshPage
I've got an issue with the SharePoint PeoplePicker control. When a Modal dialog is open and in Edit mode, it's possible to use the builtin function SP.UI.ModalDialog.RefreshPage(SP.UI.DialogResult.OK) to refresh the page without losing changes in…

morteng
- 1,133
- 2
- 9
- 22
0
votes
1 answer
SharePoint 2010 People Picker on 2013 sites
I have a code to generate custom form on 2010, that will generate form control based on the field type. I used the same code in 2013 I am getting the 2010 People Picker field including the resolve and search options. There is not auto complete…

Ayyappan Anbalagan
- 11,022
- 17
- 64
- 94
0
votes
1 answer
Sharepoint PeoplePicker control not working in Chrome
Good day
I have a asp page with people editor
When this page opened as modal dialog - it all right.
But when this…

user2944829
- 503
- 1
- 5
- 11
0
votes
1 answer
Change People Picker in NewForm.aspx Share Point IFRAME
I am new to SharePoint and need some assistance. I have a webpage written in normal HTML and JavaScript with an IFRAME that contains a SharePoint page. When the webpage loads, it contains the user's name in a hidden field. I am trying to make it so…

nicholasm5581
- 1
- 2
0
votes
4 answers
Cannot find protocol declaration for 'ABPeoplePickerNavigationControllerDelegate'
In a Project having already ObjC, I'm adding a Swift Class
import AddressBookUI
class MyVC : UITableViewController, ABPeoplePickerNavigationControllerDelegate {
}
MyApp-Swift.h:289:42: Cannot find protocol declaration for…

StuFF mc
- 4,137
- 2
- 33
- 32
0
votes
2 answers
SharePoint PeoplePicker search not finding users
I have a SharePoint site configured with FBA.
If I enter a user into a people picker field and check their name, it shows up fine:
However, if I click the "Browse" button (show above to the right of Check Names) and search for a user, nothing…

Bryan V
- 537
- 7
- 16
0
votes
1 answer
How do I get the value from multiple People Picker controls using using JQuery
All,
I'm sure this is simple to do, but I've been banging my head against the wall for awhile and still don't ahve the answer. I have a SharePoint form that has two People Picker objects on them, and I'd like to get the value for both of…

William
- 551
- 2
- 10
- 24
0
votes
1 answer
Get value from people picker
How how can I get the value from a people picker control?
if (colListItem.get_item(User).length > 1) {
for (var i = 0; i < colListItem.get_item(User).length; i++)
{
//Append all User names with a semi colon separator
…

user2598808
- 633
- 5
- 22
- 40
0
votes
1 answer
People picker field in sharepoint, CommaSeparatedAccounts as domain\\user
I have a people pickerfield in sharepoint. I expect to return its CommaSeparatedAccounts as domain\user.
But it returns CommaSeparatedAccounts' value as "i:0#.w|domain\user"
Find the code sample.
<%@ Register TagPrefix="spuc"…

Sivakumar Piratheeban
- 493
- 4
- 11
- 39
0
votes
2 answers
Sharepoint - Java Script - Get value from people picker column in a list
I have a People Picker column in my SharePoint List.
I need to get all the values (names) from this column. I am using Java script code to get the data from SharePoint lists.
My code is as below:
Here “User” is the name of the column in the list.…

user2598808
- 633
- 5
- 22
- 40
0
votes
1 answer
People Picker showing same user twice in SharePoint 2010
First of all I am new to SP 2010 FBA.
Please see the below scenario;
I created a web app which supports both FBA and Windows authentication. Then I created some users using the MemberShip Seeder tool in this web app. Now on I search the user using…

user3278799
- 1
- 1
0
votes
0 answers
Is it possible to change the color of the letter navigation in IOS 7 PeoplePicker?
Is it possible to change the color of the letter navigation in IOS 7 PeoplePicker and also the tintColor (I believe) inside, when one chooses a Contact from the Picker to see it's details. We're trying to move to Orange as you can see in the top…

André Maricato
- 217
- 4
- 10
0
votes
1 answer
Address Book retrieve chosen phone number?
I am getting on OK with my Objective C learning but have hit a bump in my app.
Below is the code I have so far, just a simple one button app with the plan to be that clicking the button will open the contacts, let you select a contact and then…

Gary Stewart
- 161
- 2
- 11