Friday 25 July 2014

Sharepoint list insert person or group field using JSOM

I am trying to insert data in to  person or group field using JSOM
Please find below code.
You have to use alias only, don't use email Id. If you have email id substring it
Ex: var userAlias= userEmailID.substring(0, userEmailID.indexOf("@")));

Now you can use below code.