Questions tagged [peoplepicker]
120 questions
0
votes
1 answer
PowerApps - Unable to set SharePoint Person/People field to Current User
I am uable to set a person field to the current user in a PowerApp. I have followed the tutorial below but the dropdown control is not set to current user. This approach seems to be the general consensus on how to do this. I must be missing a…

ExceptionLimeCat
- 6,191
- 6
- 44
- 77
0
votes
1 answer
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 = @"ViewDidLoad";
…

GrooveStomp
- 374
- 3
- 18
0
votes
1 answer
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

john
- 121
- 1
- 3
- 17
0
votes
1 answer
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 showing
"No exact match was found for \" i want to…

john
- 121
- 1
- 3
- 17
0
votes
1 answer
ReactJS external library
Hi I am quite new to reactjs but I started to understand few things. But this one giving me a headache, I have a small reactjs component that will be added in an existing site. The problem is inside my component I wanted to use a function in a JS…

Hawk
- 514
- 1
- 7
- 22
0
votes
1 answer
Sharepoint People Picker with arabic input
I've an requirement, that I need to implement corporate search in SharePoint online Page, and user should be able to search the employees in both English and arabic languages.
Corporate search with English has been done, no idea to implement arabic…

Mohammed Arief
- 51
- 7
0
votes
1 answer
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 problem is that when i am entering some junk…

MAC
- 6,277
- 19
- 66
- 111
0
votes
0 answers
Using jquery getscript to load Sharepoint 2013 resource - testing resources are already loaded
I want to use jquery's getScript function to load some sharepoint 2013 script resource files. Specifically those related to the 'people picker'
autofill.js
clientpeoplepicker.js
clientforms.js
This action is to be performed each time the user…

Wanderer
- 544
- 1
- 7
- 23
0
votes
1 answer
get manager for each user in SharePoint people picker field
var usr=$("textarea[title='People Picker']:first").val();
var array = usr.split(";");
$.each(array,function(i){
currusr=array[i];
getMngr()
alert(managerName);
});
function getMngr()
{
$().SPServices({
…

kashy
- 1
- 2
0
votes
0 answers
Sharepoint people picker with PropertyFieldPeoplePicker (typescript)
i recently stumbled a sharepoint problem which should be simple, i just cant get it to work :(.
In the code here i have a simple searchbox nothing special about it
import * as React from 'react';
import { SearchBox } from…

Eddie
- 31
- 1
- 7
0
votes
2 answers
SharePoint Name displays as i:0#domain\username when converting People Picker to string
I have a workflow that copies a string version of a People Picker column to another column
Name = People Picker Column
NameString = copy of people picker column as a string
Workflow:
Set NameString to Current Item:Name
It worked fine for a couple…

Bee Tee
- 1
- 5
0
votes
1 answer
Insert random username to SharePoint 2013 column from array PowerShell script
I wrote script to create N number of items to custom SharePoint list in PowerShell. I made it work with fixed values, but now I would like to create items with random values.
I created internal variables that are array of values and I would like out…

Danilo
- 223
- 1
- 4
- 19
0
votes
1 answer
Sharepoint-2013 Fill field with active users department
I have some code which will look up the user in the SP PeoplePicker and return the department of the user.
What I want to achieve is automatically filling a field with the current user's department, as I do not want the peoplepicker field. Either…

penfold1992
- 305
- 2
- 14
0
votes
1 answer
get more than one return from SharePoint peoplepicker to store in list
I keep getting a message of "You can only enter one name." in the peoplepicker input box(div) I created with the following code:
// Render and initialize the client-side People Picker.
function initializePeoplePicker(peoplePickerElementId) {
…

Matthew Dewell
- 563
- 7
- 30
0
votes
2 answers
Sorry, we're having trouble reaching the server
We have restore site from dev machine to staging. We have list in our site with people picker which is working fine on dev, but on staging it is showing message "Sorry, we're having trouble reaching the server.".
I have try to create one more people…

Bhushan
- 73
- 1
- 9