Tag: SharePoint Online

Step-by-Step Guide to Adding a Custom Content Type in SharePoint Library
Step-by-Step Guide to Adding a Custom Content Type in SharePoint Library
Blog Posts

Prerequisites 1. Create a SharePoint Site First, we need to create a SharePoint site where the custom content type will be added. POST https://<your-tenant>.sharepoint.com/_api/SPSiteManager/create {   “request”: {     “Title”: “Your Site Title”,     “Url”: “https://<your-tenant>.sharepoint.com/sites/YourSiteName”,     “Lcid”: 1033,     “ShareByEmailEnabled”: false,     “Classification”: “Low Business Impact”,     “Description”: “Site for your specific purpose”,     “WebTemplate”: “STS#3”,     “SiteDesignId”: “6142d2a0-63a5-4ba0-aede-d9fefca2c767”,     “Owner”: “your-email@your-domain.com”,     “WebTemplateExtensionId”: “00000000-0000-0000-0000-000000000000”… READ MORE

Developers! Learn how to use the SharePoint Framework to customize and extend SharePoint
Developers! Learn how to use the SharePoint Framework to customize and extend SharePoint
Webinars

Webinar Material: 20241015-spfxintro.pdf (sharepointeurope.com) Webinar Description: The best way you can customize and extend your SharePoint site is using the SharePoint Framework (SPFx), the latest evolution of SharePoint development. This model is the way you customize and extend the modern experience in SharePoint. In this session, you’ll learn what the SharePoint Framework is & how… READ MORE

SharePoint Online Azure ACS Retirement
SharePoint Online Azure ACS Retirement
Blog Posts

Hi All, A few Years ago i wrote an Article on how to Grant Access to a Entra App in Sharepoint to upload Files to a SharePoint Site with PnP.PowerShell I wanted to do the same thing and there is a big red bar on top, that informs about the Azure ACS Retirement in April… READ MORE

Creating custom Copilots for SharePoint Online with Microsoft Copilot Studio
Creating custom Copilots for SharePoint Online with Microsoft Copilot Studio
Webinars

Webinar Material: Creating-custom-Copilots-for-SharePoint-Online-with-Microsoft-Copilot-Studio.pdf (sharepointeurope.com)  In this webinar you learn how to leverage Microsoft Copilot Studio (MCS) to create custom copilots for SharePoint Online. In particular, you can see how to create a custom copilot with MCS and how to configure it to access SharePoint Online files. You learn how to configure security with Entra ID,… READ MORE

Re-creating Multilanguage Links: A Step-by-Step Guide
Re-creating Multilanguage Links: A Step-by-Step Guide
Blog Posts

A How-to guide to re-creating multilanguage links for Pages in your SitePages library. Maybe you’ve also stumbled upon the issue of missing multilanguage links in your SitePages library in SharePoint Online. This can happen if you create translations in an unsaved default language Post / News Article.Since the Column Translation languages (_SPTranslatedLanguages) is read-only, you can’t simply… READ MORE

HOT SEAT with Vesa Juvonen - SharePoint Framework (SPFx)
HOT SEAT with Vesa Juvonen – SharePoint Framework (SPFx)
Webinars

HOT SEAT with Vesa Juvonen – SharePoint Framework (SPFx) In this rapid fire Q&A Hot Seat, Vesa Juvonen, Principal Product Manager, Microsoft, answers questions on SPFx pre-install, dependencies, and the technical stack. The discussion covers the advantages and disadvantages of tightly coupling SPFX with SharePoint online. Vesa is a principal product manager at Microsoft, located… READ MORE

How to migrate information from documentation to SharePoint Online
How to migrate information from documentation to SharePoint Online
How Tos

How to migrate information from documentation to SharePoint Online Are you seeking a streamlined solution to migrate your data from one content management system to another? Join us in this insightful video as Alvaro, a migration engineer at Xillio, walks you through the process of migrating information from Documentum to SharePoint Online. In this video,… READ MORE

Launching Your SPO Site or Portal
Launching Your SPO Site or Portal
Blog Posts

In this short post I cover the SharePoint Online (SPO) Launch Scheduling Tool and why you should get familiar with it before you launch a new SPO site or portal. Getting Set To Launch Your SPO Site? I’ve noted that my style of writing tends to build the case for the point I’m going to… READ MORE