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:
Power Automate, SharePoint
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:
SharePoint
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:
SharePoint
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:
Azure AD, Azure Application Object, SharePoint, Web API
A handy list of the standard list template types used for storing data in a SharePoint site.
Tags:
SharePoint, SharePoint Online
Learn how to access SharePoint using an application context, also known as app-only.
Tags:
CSOM, SharePoint, SharePoint Online
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, SharePoint Online, SharePoint PnP
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:
SharePoint, SharePoint Online, SharePoint PnP
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:
JavaScript, SharePoint, SharePoint Online
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:
JavaScript, PnP, SharePoint, SharePoint Online