RSS Dave on Twitter

Updating the #SharePoint People Picker

Posted: December 4th, 2009 | Author: | Filed under: General SharePoint | Tags: , , | No Comments »

So I was working with a friend on a custom SharePoint list. When users create a new item certain fields needed to automatically populate with information from their profile. We ran into issues when trying to populate the people picker.

Scripts like SPFF can be used to accomplish this but we needed something else because we wanted to read in the current user’s information from the SharePoint web service. Additionally we wanted to avoid passing information using the query string because users would be able to access the form through multiple links.

People Picker

People Picker

Read the rest of this entry »