spuserfield - Updating User field in SharePoint -
I am using the batch update of the SharePoint list to update my list item. I have an area of SPUser named 'Username'
If I try to update the value of that particular area using batch, then I am getting an unexpected error.
I have also used the user's ID along with both the user name. It was futile How can I update a SPUser field in the batch update?
Have you tried setting the value to id; # User name? ID is SPUser.id and the user name is actually the display name or account name. East: 42; # Raghoo
Keep in mind, the ID of a specific user changes depending on the site collection that is working in it (site collection A can have a different ID in the same user site collection).
You may have to use to make sure that the user is present on the web that you are trying to update.
Comments
Post a Comment