Tagged Questions
The peoplepicker tag has no wiki summary.
5
votes
2answers
292 views
Get all users from active directory to sharepoint
I have to populate my autocomplete PeopleEditor-like control based on brililant ASPTokenInput with all people from my AD domain. Reflecting PeopleEditor shows a real mess in their Active Directory ...
3
votes
2answers
3k views
Customize MOSS People Picker (PeopleEditor) Control
I have modified my MOSS 2007 configuration to query a given target AD successfully. I would like to show some custom LDAP fields (such as country) in the PeopleEditor control and allow users to ...
2
votes
2answers
403 views
i need jquery to fire when people picker returns the value to the main form from the browse pop up window
has anyone attempted trying to fire jquery change event when people picker returns the value to the main form from the pop up browse window? i have tried several tags in the jquery statement but ...
2
votes
1answer
867 views
Autocomplete people picker in sharepoint2010
I have a problem in which I have to add an Auto Complete functionality for a new people picker of Sharepoint list newform.aspx
While Googling I found this
...
2
votes
4answers
5k views
iPhone ABPeoplePickerNavigationController - How to select two single entries of two different multivalue properties of a person from Addressbook
I'm near desperation as I search for a solution for weeks now.
The Problem is simple:
Via the ABPeoplePickerNavigationController (as a ModalView), a person should be selected.
Then only (e.g.) the ...
1
vote
0answers
298 views
Sharepoint 2010 people picker
In Active directory there is just one account for user John DlouhĂ˝, but in people picker I always get two results. Do you have any idea why this is happening ?
Name: Account name:
...
1
vote
3answers
230 views
iPhone - People picker, is it possible to change the naviagtion bar color and text?
A quick iPhone question, I currently use a people picker in my application, I use a black navigation bar in my application but the people picker displays in the default blue color.
I have tried:
...
1
vote
1answer
414 views
Iphone - Use a people picker inside a tab bar?
I am currently using the people picker in IOS to show the list of contacts and let the user select the contact they want to use within my app.
Currently it is presented Modally, as in it pops up and ...
1
vote
1answer
1k views
Retrieve Email Address from sharepoint people picker using javascript
I am using SharePoint 2007. I have a custom aspx page in the layouts folder containing a people picker (PeopleEditor) control.
Users can enter n nunmber of users in the control. I want to retrevie ...
1
vote
0answers
310 views
People Picker AllowEmpty Property
I am using the people picker user control of SharePoint in my aspx page. I have set the AllowEmpty property of people picker control as false.
But, still the required field validation is not ...
1
vote
0answers
509 views
iPhone - ABPeoplePickerNavigationController: Show “Phone” properties but not the Ringtone
Using the code below, I'm bringing up a person picker so the user can choose either a phone or an email address. I've set the displayable properties to Email and Phone, but the "Ringtone" property is ...
1
vote
4answers
2k views
Setting Address Book image for a contact doesn't seem to work
I'm trying to set the contact image with the code below. I am not seeing any errors, and the image is not saved to the contact entry in the address book. Please help! I must be doing something ...
0
votes
0answers
17 views
Sharepoint 2010 PeoplePicker is not showing the drop down with name choices when there are more than one match
Scenario: People Picker control on an aspx page.
<wssawc:PeopleEditor AllowEmpty="false" AcceptAnyEmailAddresses="true" ValidateResolvedEntity="true"
ShowButtons="true" ...
0
votes
0answers
27 views
ABPeoplepicker won't display data in TableView
After reading up on ABPeoplePicker and building the example from the Apple Documents I wanted to implement the same method in TAbleView. But somehow it won't work. I tried a few things, but always ...
0
votes
0answers
31 views
iOS, should I resize image before assigning it to contact?
I have large images (768x852) that could be assigned as person image (ABPersonSetImageData).
Should I resize these images before or it is done by framework?
If yes what size should I resize them?
0
votes
2answers
242 views
How to get email id info from people picker after ensured the user in sharepoint
I have one people picker and label, So once i ensured the user is available in the AD i need to bind the user email to the label button. Basically where i need to write code for this.
on pageload()?
...
0
votes
0answers
48 views
Why are properties lost on ABRecord obtained from peoplePickerNavigationController:shouldContinueAfterSelectingPerson:?
When using ABPeoplePickerNavigationController to select a contact, I am able to successfully retrieve properties from the person provided to the ...
0
votes
0answers
122 views
Use PeoplePicker to Show Only Contacts with Photo & Display It
Are there any display options available with peoplePickerNavigationController? I am trying to do the following:
Display only contacts that have an existing photo
Include the thumbnail photo in the ...
0
votes
1answer
120 views
How to make SharePoint PeopleEditor WebControl Serializable? C#, SharePoint
Title says it all. I would like to basically extend PeopleEditor to make it Serializable in order to store in ViewState because it is created dynamically and I need it during PostBack.
I have this:
...
0
votes
3answers
811 views
how to get input value from sharepoint people editor textbox(not checked value) via js?
I'm meeting a problem with getting input value from sharepoint people editor via js.
usually, we can get value from this control via below codes:
var user;
var pe = ...
0
votes
1answer
223 views
Sharepoint 2007 people picker
I want to use two sharepoint people control on one form but I dont know how to create people picker control.
I am using sharepoint designer 2007
Please share if any one have link to tutorial
0
votes
1answer
339 views
People picker and InfoPath Form webpart problem
I have an InfoPath form that i show in InfoPath Form webpart. The form contains a "People Picker" control and for some reason it never appears on InfoPath Form webpart !
The account I'm using for ...
0
votes
0answers
197 views
Disable people picker on radio button click using Jquery, should work in firefox
I would like to make a People picker control disabled (using Jquery) on a click of a radio button in a SharePoint 2010 Custom Application page.
0
votes
0answers
74 views
People Picker Memory Leaks
I'm getting 12 memory leaks when I analyze this:
- (BOOL)peoplePickerNavigationController:(ABPeoplePickerNavigationController *)peoplePicker shouldContinueAfterSelectingPerson:(ABRecordRef)person
{
...
0
votes
0answers
261 views
Objective C: Objects in Mutable Array not displayed in UITable View
I am currently having difficulties in displaying the contents of my array in a UITableView. This is what I am trying to do
I have a UITableViewController with a button to allow the user to access the ...
0
votes
1answer
165 views
Launch People Picker in viewDidLoad?
I want to launch the contacts list people picker as soon as my app has finished loading, but the obvious thing doesn't seem to be working.
- (void)viewDidLoad {
name.hidden = NO;
name.text = ...
0
votes
1answer
350 views
Check whether an account is User or Group - Sharepoint People Picker
I'm working in a sharepoint application. i am using sharepoint PeoplePicker to get ADUser and SPGroup. How can i differentiate the output from the peoplepicker is an SharepointUser or SharepointGroup
0
votes
1answer
313 views
No exact match was found - Sharepoint
whenever we give wrong account in people picker we will get
"No exact match was found" error message. In Internet Explorer it is
showing only "No exact match was found" but in firefox it is ...
0
votes
1answer
480 views
people editor no match text
I am creating one sharepoint webpart and it has one sharepoint people editor control. this is an required field. So i am using required field validator for validating the people editor control. But my ...
0
votes
1answer
233 views
Can SharePoint's people-picker recognise nicknames?
The people picker will recognise me as 'daniel james cooper', 'daniel.cooper@undp.org' and 'daniel.cooper'. Is there an easy way that I could attach nicknames to users, so that the people picker ...
0
votes
1answer
774 views
Browse the Active Directory in Silverlight
Our Silverlight 4 / WCF RIA Services application uses windows authentication, but for one area we want the user to be able to select a user and further configure the security settings. SharePoint has ...
0
votes
0answers
445 views
People Picker Control Not working in Jquery Dialog Div
I have a SharePoint application page where I have extensively used JQuery. I show nested JQuery Dialog divs in my aspx page.
The strange thing is that none of the people picker's javascript ...
0
votes
1answer
409 views
How to specify a group when displaying an ABPeoplePickerNavigationController
Does anyone know how to specify a group when initially displaying an ABPeoplePickerNavigationController (so it doesn't automatically display "All Contacts")?