Upgrade your SharePoint Framework (SPFx) projects to v1.12.1 with CLI for Microsoft 365

Context With the recent release of SharePoint Framework (SPFx) v1.12.1, it's now time to upgrade your projects for this brand new version. I made my first project upgrade last week and everything went well! This task can be greatly reduced in time by using CLI for Microsoft 365 especially the spfx commands group. In this … Continue reading Upgrade your SharePoint Framework (SPFx) projects to v1.12.1 with CLI for Microsoft 365

Remove a SharePoint Online site redirect

Context Last week, I had a problem with a line of business application which uses a SharePoint Online site as backend, this application initialize the backend automatically (site, content types and lists creation) when it's not already created. In this environment which was not mine, it was requested to start from zero but with the … Continue reading Remove a SharePoint Online site redirect

Microsoft 365 PnP Weekly – Episode 120

Hi everybody, New week and new mention of my Microsoft Tech Community article in the last Microsoft 365 PnP Weekly - Episode 120. As Vesa said, it's not recommanded to use SPFx v1.12 in a production environment at the moment (deprecated) but you can try it yourself for development purpose (testing). We are now waiting … Continue reading Microsoft 365 PnP Weekly – Episode 120

Manage sites content types with Microsoft Graph (beta)

Context Project Cortex uses AI for recognizing content types across systems then creates a knowledge network based on relationships among topics, content, and people (Viva Topics/SharePoint Syntex). This is my second article about Content services in Microsoft 365 and today I'm covering Content types APIs in Microsoft Graph (beta endpoint) which provide CRUD operations like … Continue reading Manage sites content types with Microsoft Graph (beta)

Manage tenant term store with Microsoft Graph (preview)

Context Taxonomy APIs actually in preview provide CRUD operations of the taxonomy service within Project Cortex. These APIs are available for third party developers on the Microsoft Graph beta endpoint with capacities like creating/updating/deleting a group, set, term, relation and their properties. Now let's see how it works together! Permissions First, you need to make … Continue reading Manage tenant term store with Microsoft Graph (preview)

How to start a new SPFx web part project with Microsoft Graph Toolkit and React

Context Microsoft Graph Toolkit is a set of reusable components working with Microsoft Graph to accelerate your web developments with SharePoint Online, Microsoft Teams and more. With this kit, developers don't have to write any code for authentification and authorization so I'm sure you'll save a lot of time using it in your various projects. … Continue reading How to start a new SPFx web part project with Microsoft Graph Toolkit and React

Enable modern experience for SharePoint Online events lists

Context As you might know, Microsoft released the possibility to create a calendar modern view for your lists. This brand new feature is not limited to events lists and can be used in any library or list in your SharePoint Online sites. In this article, I'll show you how to enable the modern view for … Continue reading Enable modern experience for SharePoint Online events lists

Use the page diagnostics for SharePoint tool with your sites

Context Nowadays, user experience is central and everyone needs to take care about it before publishing applications and solutions to end users inside a company. With the page diagnostics for SharePoint tool you can analyze single pages performances and determine which elements are making your pages running slowly. This tool only works for SharePoint Online … Continue reading Use the page diagnostics for SharePoint tool with your sites