I had a great time speaking at SPS New England with Chris Kent this past weekend. Our topic was “Getting the Most Out of SharePoint Patterns and Practices (PnP)” and with Stranger Things 2 just being released, as well as Halloween right around the corner, we chose to brand the entire presentation with a “Stranger
It seems strange to think that Microsoft Ignite 2017 kicked off over a week ago, but here we are, with the conference already to our backs, and the looming SharePoint 2018 North American Conference coming up in May 2018 (sponsored, but not run, by Microsoft). I wanted to take the time to highlight some of
While this was originally planned as a 3-part series, something recently happened that has caused us to need to make some changes to our code. The cause of this effect is the release of the SharePoint Framework 1.2.0 version, which includes Release Candidate code for SharePoint extensions. Series Recap: Part 1 – Create the Content
I was recently upgrading my local version of the SharePoint Framework, so that I could get the latest Release Candidate (RC) for the SharePoint Framework extensions. While doing this, I decided to go ahead and get the latest version of all of the related modules, by issuing the following: Running the above updated my version
I recently answered a question on SharePoint Exchange, where the original poster was trying to set the default date value of a Date column to “Today’s Date”, but his column was setup as date and time, and he noticed that although the “hour” of the time was set, the “minute” was actually not set. What
I was recently perusing SharePoint Exchange (can’t believe I just used the word ‘perusing’ but I’m running with it) and I came upon an older question that had never been answered. The post reminded me that when working on SharePoint Designer workflows, it’s easy to forget that the actions also have a “Properties” panel with
In Part 1 of our series we created a declarative list to hold the placeholder content for our site. In Part 2 we utilized an Application Customizer extension to grab that content and place it into the available placeholders. In this third part, we’ll modify our data model to cache those results in localStorage, to
Series Recap: Part 1 – Create the Content Repository for managing your Placeholder content Part 2 – Inject your managed Placeholder content into your pages Part 3 – Cache placeholder content in localStorage Part 4 (New!) – Update code for the 1.2.0 SharePoint Framework Extensions Release Candidate Welcome back! Although this is only the second