Category: SharePoint

According to Wikipedia, SharePoint is a web-based collaborative platform that integrates with Microsoft Office. Launched in 2001, SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and usage varies substantially between organisations.

Due to the highly configurable nature of SP and the multitude of versions available, we offer a vast collection of classic and moder SP information within this category which covers everything from Enterprise Users of the latest SP Release.

Therefore, this category is broad too, and is full of handy tips, tricks and advise. Check out some of the Step by Step blogs or learn with our eBooks, How To videos and Webinars.

How to search in SharePoint
How to search in SharePoint
Blog Posts

Discover this guide on How to Search in SharePoint You may be surprised to find out that dumping some Search words into a SharePoint Search box and pressing enter is actually the minimum you can do to get search results. SharePoint search comes with a bunch of additional features that let you enhance the quality of… READ MORE

Simple (but effective) dashboards in SharePoint
Simple (but effective) dashboards in SharePoint
Blog Posts

One of the more common requests I get about putting SharePoint to good use is how to build a hyper-responsive, beautifully designed, amazingly cogent dashboard displaying all the key performance indicators (KPIs), report updates, big data analyses, and business intelligence of the day. Feel free to add in whichever new synergistic buzz phrase is relevant… READ MORE

SPFX client-side web part with the WebPart Properties
SPFX client-side web part with the WebPart Properties
Blog Posts

The Modern SharePoint Framework have a new WebPart Properties pane. The property pane allows end users to configure the web part with a bunch of properties. The property pane has three key metadata: Pages Pages provide you the flexibility to separate complex interactions and put them into one or more pages. Pages then contain Header… READ MORE

Save publishing SharePoint site as a template
Save publishing SharePoint site as a template
Blog Posts

Publishing SharePoint site as a template can save you a lot of time if you want to replicate it again in your environment. Unfortunately if you used a Publishing Site or if you had to activate the Publishing Features in a Collaboration Site, save site as a template will not be available. In this article… READ MORE

Ultimate guide to SharePoint size and usage limitations
Ultimate guide to SharePoint size and usage limitations
Blog Posts

SharePoint size and usage limitations If there’s one thing all SharePointers have to keep in mind, it’s the limits of the tool you’re using. Some of these can be annoying, though most of them won’t bother you… for the most part.   That is until you discover their existence, seemingly right when you’re trying to… READ MORE

SharePoint Intranet Home Page: 8 Best Practices
SharePoint Intranet Home Page: 8 Best Practices
Blog Posts

If you are building your company’s Intranet on SharePoint, you will eventually have to make one very important decision: What do you do with the Intranet home page? No matter what the objective of your portal is, you kind of need to have a home page. But how do you go about designing it? What… READ MORE

Copy Documents between Site Collections in Office 365
Copy Documents between Site Collections in Office 365
Blog Posts

In this blog I am going to share the code to copy documents between site collections using CSOM on Office 365 SharePoint. The below code uses the recursive method to get all documents from source site collection and copy it to the target site collection. The script also preserves the modified and modified by details… READ MORE