Populate a SharePoint 2013 PeoplePicker field using JavaScript/jQuery
Here is a quick and fairly simple way to programmatically populate a SharePoint 2013 People Picker field with a user based on their email address. This example assumes you have more than one People Picker field on the page. You will need: The display name of the People Picker Field The email address of the user you want to add to the People Picker Field Add the following code to either a Script Editor Web Part (inside <script> tags) or…
Microsoft Ignite Summary
This past week was the first Microsoft Ignite conference in Chicago, IL. As a prior attendee of Microsoft’s BUILD conference each year, this was quite a change for me. There was a healthy mix of IT Pro, SysAdmin and Dev sessions, over 200 sessions in total for the week. There was also a consistent hint of Azure and Office 365 in every session, regardless of category or audience type. It’s absolutely clear Microsoft wants everyone in the cloud, mainly in…
SQL Saturday 370 – Phoenix
Thank you to everyone who attended my session – Make Your DBA Happy: 5 Habits Developers Can Implement Today. If you missed the session you can watch the pre-recorded video (from a prior SQL Saturday) here. The slide deck is available here. Enjoy!
Window 10 TP Build 9926 – Tablet Mode
I wanted to mention something I noticed when powering up my Surface Pro running Windows 10 TP Build 9926 this morning….Tablet Mode. Down in the Notification section, click the icon and notice there is an option at the bottom for Tablet Mode:
Know REST For the Query – SharePoint Saturday Phoenix 2014
Thank you for all who attended my session, below is the video. Big thanks to Becky Bohanon for enhancing the audio! The slide deck is available here: Slide Deck The JavaScript file that was used to do all of the REST calls is available here: demo.js