The Retirement of SharePoint 2013 Workflows: What You Need to Know

On 

Microsoft has evolved workflow orchestration to not only encompass SharePoint, but all the productivity services you use with Microsoft 365 and beyond. With the continued investment in Power Automate as the universal solution to workflow, Microsoft is retiring SharePoint 2013 workflows.

Tags: ,

What does the New SharePoint Content Type Sync (Rolling out from August 2021) mean?

On 

Microsoft has announced they are rolling out a new content type sync enhancement. This comes after the release of the modern experience way to manage SharePoint enterprise content types. Basically, this enhancement will introduce a new sync mechanism for content types that moves from a “push everywhere” model to a “pull as needed” model, making it faster and more reliable.

Tags:

What is SharePoint Home site?

On 

SharePoint Home Site is a new feature available in modern SharePoint that allows you to designate a given site as a Home Site for the whole SharePoint Intranet. By doing so, you formally label/authorize a site to be THE MAIN SITE of the portal. It should not be confused a start page. SharePoint Start Page is an out of Read

Tags:

Connect to Azure AD-secured APIs in SharePoint Framework solutions

On 

This is the final post on our series of Azure Application objects and securing APIs secured with Azure AD. As we have seen throughout this series, the central point for authentication and permissions is the Azure AD Application Object. Microsoft has already provisioned and application object named SharePoint Online Client Extensibility in every Azure AD and Read

Tags: , , ,

SharePoint List Template Types

On 

A handy list of the standard list template types used for storing data in a SharePoint site.

Tags: ,

How to Access SharePoint using an Application Context

On 

Learn how to access SharePoint using an application context, also known as app-only.

Tags: , ,

How to test PnP JS in a browser

On 

Wouldn’t it be great if we could just open our browser, log in to our SharePoint site, and use the browser to do our testing?

Tags: , ,

SharePoint REST API Proxy for local Front-end development

On 

There are times when you might want to test your application against real data in SharePoint, instead of mock data. Wouldn’t is be great if we could have a proxy to send these requests to, and it will take care of all the authentication stuff for us.

Tags: , ,

How to Access SharePoint Entities and Operations Using REST Endpoints

On 

SharePoint exposes a REST interface that allows us to perform basic create, read, update, and delete (CRUD) operations on its entities. These operations are performed by constructing a RESTful HTTP request, using the OData standard, that corresponds to the client object model API you want to use. Each SharePoint entity is exposed at an endpoint Read

Tags: , ,

What is SharePoint PnP? Why should I consider it?

On 

SharePoint PnP reduces the amount of code you write. PnP is essentially, a trimmed version of the Client Side Object Model (CSOM) and the JavaScript Object Model (JSOM) libraries.

Tags: , , ,