Looping Through Content in a SharePoint 2013 Site Workflow – Part 2 – Setting Up App Permissions

This entry is part 2 of 4 in the series Looping Through Content in a SharePoint 2013 Site Workflow

Site Workflows are great, but if you want them to reach across into other sites you’ll probably have permission issues. By giving these workflows App Permissions, you’ll be able to let your workflow access content across your Site Collection. In part one of this series I described the basic task we’re trying to solve. We…

Looping Through Content in a SharePoint 2013 Site Workflow – Part 1 – Introduction

This entry is part 1 of 4 in the series Looping Through Content in a SharePoint 2013 Site Workflow

Site Workflows let us run logic independent of lists and libraries. By combining them with REST calls, we can traverse a Site Collection and process multiple lists and their contents by looping though them when we want. In this article, part 1 of the series, we’ll describe the problem we are trying to solve, but…

SPServices into 2016!

Over the break, I managed to get SPServices up and running on GitHub. You may wonder what that means and why it matters. When I started moving SPServices away from Codeplex, it was due to several things: Codeplex seems to be dying a whimpering death. Microsoft is clearly not maintaining it anymore, and its tech…