Tag: sharepoint

How to create a SharePoint organization news site
How to create a SharePoint organization news site
Blog Posts

SharePoint organization news sites are the official source of information for news in your intranet. News posted in this type of sites are marked with a color tag so users can distinguish between an official news post and a news published in communication and team sites. By default, when an administrator creates a home site… READ MORE

Setting SharePoint Permissions with Power Automate
Setting SharePoint Permissions with Power Automate
Blog Posts

Power Automate can be used to set permissions on items in SharePoint Lists and Libraries. This can allow custom permissions to be set based on metadata or other parameters. In this post I will explain how to set permissions on an item using a Flow that triggers on item creation. Microsoft provides some documentation on Power… READ MORE

SharePoint List and Microsoft List Column Formatting Options
SharePoint List and Microsoft List Column Formatting Options
Blog Posts

What you’ll find here I wanted an exhaustive list (to be updated in future with updates) of SharePoint List or Microsoft List Column Formatting options, examples from this GitHub page.  It allows to format a SharePoint Online or SharePoint 2019 list or document library using some JSON code. For SharePoint 2019, there are limitation and few things… 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

Trigger A SharePoint Workflow From JavaScript
Trigger A SharePoint Workflow From JavaScript
Blog Posts

Intro Sometimes, we get the requirement to start a SharePoint workflow from JavaScript code or have to rerun a work on all existing list items and want to give an easy option to users to trigger a workflow on all items, then this the solution will help you. We’re basically triggering a workflow from JavaScript code… READ MORE

Get SharePoint items from lists by using PowerShell
Get SharePoint items from lists by using PowerShell
Blog Posts

This post describes how to get SharePoint items from any lists by using PowerShell. In some BI architectures, where the user wants to store the data in spreadsheets or somewhere that is not stored within a database, we can usually offer the option of storing that data within a list in SharePoint. In this way,… READ MORE