Tag: SharePoint 2013

Using site classification for SharePoint Sites
Using site classification for SharePoint Sites
Blog Posts

Site classification is a must-have when we talk about Governance, Compliance and also topics around GDPR. Beside 3rd party solutions focusing on site and content classification we have also some out of the box options and developer opportunities in Office 365 and SharePoint on-prem. Depending on if we are talking about classic SharePoint Site Collections or… READ MORE

Workflow Development in SharePoint 2013
Workflow Development in SharePoint 2013
Ebooks

From the book “Professional SharePoint 2013 Development” by Reza Alirezaei, Brendon Schwartz, Matt Ranlett,Scot Hillier, Brian Wilson, Jeff Fried and Paul Swider. This eBook is chapter fifteen, titled ‘Workflow Development in SharePoint 2013’. Topics in this chapter include; Learning about the core workflow concepts Understanding the workflow platform architecture Reviewing the key workflow development tools… READ MORE

Getting Started with Developing Apps in SharePoint 2013
Getting Started with Developing Apps in SharePoint 2013
Ebooks

From the book “Professional SharePoint 2013 Development” by Reza Alirezaei, Brendon Schwartz, Matt Ranlett,Scot Hillier, Brian Wilson, Jeff Fried and Paul Swider. This eBook is chapter six, titled ‘Getting Started with Developing Apps in SharePoint 2013’. In this chapter, you will learn how to; – Compare apps to solution-based development – Learn how app development… READ MORE

Logic Apps - An Introduction to Logic Apps
Logic Apps – An Introduction to Logic Apps
Ebooks

Last year Microsoft has been busy with the Azure platform and introduced a lot of new technologies. One of those technologies is called Logic Apps and is a major step into automating business processes in the cloud. Logic Apps are part of the Azure API apps and finds their origin in BizTalk. Microsoft is doing a great job… READ MORE

Automate Variations in SharePoint 2013 Using PowerShell & C#
Automate Variations in SharePoint 2013 Using PowerShell & C#
Blog Posts

Let’s Start.. Automating variations settings and configuration so whenever a deployment is needed, you will be ready with your PowerShell scripts.
Manual deployment is time consuming as it is repetitive task, in this post I will let you know how to automate one of those many tasks when it comes to deployment.
SharePoint Variations has a UI which I will show you its steps now;

Creating a Design Package for SharePoint 2013
Creating a Design Package for SharePoint 2013
Blog Posts

Design Package is the lightweight option to create a branding solution (a .wsp file) that can be imported to any Site Collection via the Design Manager. No centralized farm deploy is needed (nor possible, though), which makes it THE way to brand SharePoint Online sites and possibly other hosted or singled out different-than-the-rest-of-them Site Collections (used e.g. for marketing campaigns or such), especially since sandboxed solutions are not the way to go anymore.

Accessing BCS External Data From An App For SharePoint 2013
Accessing BCS External Data From An App For SharePoint 2013
Blog Posts

If you are creating an App for SharePoint 2013 and plan to access BCS external data by using the REST API to query an external list, keep in mind that you must package your External Content Type in the SPAPP as well. If you do not, you will see this error returned by your request to the REST service: