Office 365 – Customizations too risky? Go for more development!
On the techcommunity site a question was asked about how to reduce the risk of updates breaking your Office 365 SharePoint solutions In the past too many times SharePoint has…
SharePains by Microsoft MVP Pieter Veenstra
Microsoft 365, Power Platform, SharePoint, Teams, Azure and Dynamics
On the techcommunity site a question was asked about how to reduce the risk of updates breaking your Office 365 SharePoint solutions In the past too many times SharePoint has…
Today I tried to upload a document to SharePoint Online using the Add-PnPFile command from the PnP PowerShell. Add-PnPFile -Path $path/DocumentTemplates/MyTemplate.docx -Folder DocumentTemplates -Web $web -Values @{Title="MyTemplate";FileLeafRef="MyTemplate.docx"} This resulted into…
In SharePoint there are many different options for workflows. Microsoft and Microsoft partners have invested a lot of time creating different sorts of workflow solutions. For the more experienced user…
Today one of my colleagues was trying to create a list item in SharePoint Online using the PnP PowerShell. Adding an item to a list He was running the following…
As SharePoint Designer 2016 isn’t going to exist I thought better look into the new Microsoft Flow. I’ve got a list and every time a status field on a list item is updated…
Office 365 – SharePoint Online – Creating counters in your refinement panels.today I found this article in which Microsoft describes how to create refinement panels with counters https://support.office.com/en-us/article/Change-settings-for-the-Refinement-Web-Part-fc0a2cb2-4947-4df8-ace2-3486ad8318b3 A couple…