Many organisations are planning to move their workloads to Office 365, and as part of that, to use SharePoint Online as their collaboration platform. In the latest Collab365 Live Show, Andy Talbot and Nick Brattoli talk to Dux Raymond Sy (CTO, AvePoint) about how he approaches migration projects, and they review some of the tools

Read More
How to develop a SharePoint Online content migration plan & avoid costly mistakes

First let’s say it outright … there is no Microsoft SharePoint Designer 2016 or SharePoint Designer 2019, however, there is a SharePoint Designer for 2013 that’s still supported. And, here’s the cool thing … Did you know you can use SharePoint Designer 2013 to customise the following? SharePoint 2013 On-premises SharePoint 2016 On-premises SharePoint 2019 On-premises,

Read More
How to use SharePoint Designer 2013 with SharePoint 2016 / 2019 / Online

Have you ever wanted an easy way to make an internal announcement to your staff? Do you need the announcement to expire after a certain date? (There’s no point telling staff about the Christmas party in January!) Would you like your announcements to appear in prominent places, such as your Intranet home page? If you answered

Read More
How to publish, expire & promote internal announcements using SharePoint 2013/2016

In this post, we will see how to add a client side web part programmatically to a page. Here in the example, I have used the javascript (from msdn) and modified to use the client side web part manifest details. ClientSideWebPart Manifest: <webParts> <webPart xmlns=”http://schemas.microsoft.com/WebPart/v3″> <metaData> <type name=”Microsoft.SharePoint.WebPartPages.ClientSideWebPart, Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” /> <importErrorMessage>Cannot import

Read More
How to programmatically add a ClientSide Web Part to a SharePoint page

In every business or organization we have to collaborate with external users. These external users can be your clients, vendors or customers and it’s normally the case that you have to enable ‘access’ and ‘sharing’ in order for them to collaborate in an effective way. SharePoint Online (part of the Office 365 family) has a feature

Read More
Answered: What are my options for sharing documents with external users in Office 365?

In this post, Jasjit Chopra shows you how to go from simple type form data to a secured SharePoint list in less than 20 minutes! Imagine you have a form hosted on an internet site (perhaps a registration form) that’s completely separate to SharePoint. Here’s the scenario: – The people who you want to fill

Read More
How to post data to a SharePoint List using an external form with TypeForm and Microsoft Flow