Questions tagged [peoplepicker]

120 questions
0
votes
1 answer

how to change people picker value in infopath form after every form updating

I have a state machine workflow and related task. Task can be edited until it satisfy some conditions. Task formed by infopath. These task contains one people picker field. I assign 3 fields with these values: private void…
0
votes
2 answers

People picker not working in classic mode web application in SharePoint 2013

I have a SharePoint 2010 web application migrated to SharePoint 2013. this is a classic mode web application, we are not using claims, my client doesn't wants it ( Don't ask why?). I had other web application migrated as same process but i can add…
user2664298
  • 175
  • 1
  • 7
  • 22
0
votes
0 answers

Custom MembershipProvider SharePoint FBA and the user's display name

we are using both windows authentication and forms based authentication in a claims aware SharePoint WebApplication. The custom MembershipProvider (datasource: Novell eDirectory) works just fine but I'm uncertain about a few things. The cn property…
0
votes
2 answers

Method To Return all users email in a People Picker control in share point 2010

Can anyone try getting the username and email of all the users in a Array of the People picker control in SharePoint 2010? If so can you provide me a Method this? The method should have parameters like (sharepointgroupname,sharepoint user) I have…
0
votes
2 answers

Contact Picker get Email address

I'm using the ContactPicker class to integrate the Windows 8 People App in my application. When Clicked on a button I load the People App. The user picks some friends and I would like to display their Name, Image and Email address in a ListView. I…
user1951083
  • 261
  • 1
  • 5
  • 20
0
votes
0 answers

Set the subject mail app - people app

I would like to share some content from my Windows 8 Metro App to the Mailto App. I've implemented the People App, the user can select some people and when clicked on a button the selected people are displayd (name + image) and the charm bar (share)…
user1951083
  • 261
  • 1
  • 5
  • 20
0
votes
1 answer

People Picker loses data

I have made 3 tabs in an aspx page using asp.net multiview control with menu control. I have 2 people editor controls in the 1st tab and the 3rd tab. When I enter my username name in first tab and go back to third tab and again come to first tab…
S. Majhi
  • 35
  • 1
  • 5
0
votes
1 answer

Custom SharePoint SPUserField does not show up in InfoPath in Browser

I have create a custom field that inherits from SPFieldUser. Everything works fine on the site and the value displays fine in InfoPath as long as I am either in preview mode or select Edit In InfoPath. As soon as I view the form in the browser the…
emaurer
  • 133
  • 1
  • 6
0
votes
1 answer

Access denied error while using People picker on custom page

We have custom upload page for document library. On upload page we have one people picker field, (user can enter multiple users id) Design for People picker
Rushikesh
  • 529
  • 4
  • 18
  • 43
-1
votes
2 answers

How to make peoplepicker field read only on SP 2016

I am facing very simple issue, but i am not able to solve it. I need to make people picker field on Sharepoint 2016 as readonly. I got below code from one answer, but even this dont work. $(".sp-peoplepicker-delImage").css({ 'display' :…
Surendra Mourya
  • 593
  • 3
  • 8
  • 29
-1
votes
1 answer

Configure PeoplePicker to hide users with specifc custom attribute

SharePoint On Prem. 2013. Currently the people picker is configured to see users in DomainA, DomainB and DomainC. That was OK, but now users in DomainA have been added to DomainC as part of an integration activity. The people picker now shows…
-1
votes
1 answer

People picker rendered incorrectly in SharePoint 2010 with custom master page

I have a list with couple of person fields. There is a page which allows to enter these values, but the people picker on that page is rendered incorrectly. It renders correctly if we use the default v4.master. Can anybody please let me know what…
-2
votes
1 answer

How to fetch people from a specific sharepoint group to ClientPeoplePicker in Sharepoint Online?

I have tried using ClientPeoplePickerSearchUser. Can anybody help me out? I have followed link : http://sharepointfieldnotes.blogspot.com/2014/06/sharepoint-2013-clientpeoplepicker.html
-2
votes
1 answer

Successfully subscribed to event notification from CTS Surveyor facial detection server but face events are not coming

I have subscribed to the CTS Surveyor's Web Socket service as per the integration guide http://caerustech-solutions.com/demo/User_Guide.pdf , and received back the {"events":[{"event":"connected"}]}, however I there are no "people" events that are…
-3
votes
1 answer

How to load people as typing using office fabric and microsoft graph API

How to use office fabric react people picker using Microsoft Graph API? I have to search entire Azure active directory to show the results in people picker?https://graph.microsoft.com/v1.0/users this url fetches only top 100 users but how can I call…
1 2 3 4 5 6 7
8