Tagged Questions
0
votes
2answers
431 views
Add multiple people using Javascript Client Object Model to a Field of Type SPFieldUserValue
I want to update a UserField client side.
I found the following code at this topic How to Use ECMA CSOM to Set a Field of Type SPFieldUserValue
Tried the following code:
var users = new Array();
...
1
vote
3answers
973 views
How to Use ECMA CSOM to Set a Field of Type SPFieldUserValue
I have a JavaScript array containing the string representation of some usernames (domain\username format).
Using the JavaScript CSOM, what is the best way to create a new item and add those usernames ...
1
vote
2answers
318 views
Selecting single user from User Information List
I've got a problem with not being able to select a single list item from the User Information List,
I have used U2U CAMLbuilder to build a query that extracts an entry with the ID = 1
When run in the ...