// archives

spd 2013

This tag is associated with 4 posts

World Domination: Rule Your SharePoint 2013 world with workflow web services

My deck from #SPSDC on June 6, 2014: World Domination with SPD 2013 web services workflow

How to Use a Custom Web Template

Self-Service Site Creation Using a Custom Web Template in SPD 2013

In my previous post, I walked through using an SPD 2013 workflow with the Call HTTP Web Service action to create a subsite in SharePoint. In that post, we used Kirk Evans’ sample code, which looks like this: body: { ‘d’ :{ ‘parameters’: { ‘__metadata’:  {‘type’: ‘SP.WebInfoCreationInformation’ }, ‘Url’: ‘RestSubWeb’, ‘Title’: ‘RestSubWeb’, ‘Description’: ‘rest-created web’, ‘Language’:1033, […]

How to Create Sites with an SPD 2013 Workflow

How to Create Sites with an SPD 2013 Workflow

SharePoint Designer 2013 has some new features that allow you to call a web service from a workflow. I recently used this new feature to create a self-service site creation workflow for a Project Management Office (PMO). (more…)

Project Status KPIs

JS Link code for KPIs in SharePoint 2013

SharePoint 2013 has a powerful new feature known alternately as JSLink (when working in SharePoint)and Client-Side Rendering, or CSR (in the Microsoft literature). Either way, the point is the same… this code runs on the client side, meaning after the page loads. Client-Side Rendering is pretty straightforward, but takes a little understanding of how the […]

ConnectorMan via Email

Buy My Books

Disclaimer

The views and opinions expressed in the media, articles or comments on this community site are those of the author and do not necessarily reflect or represent the views and opinions held by the advertisers, sponsors, or employer of the author.

Skip to toolbar