Tag: sharepoint

GitHub codespaces + SPFx
GitHub codespaces + SPFx
Blog Posts

In this blog post we will have a look at how we can use GitHub codespaces to do development related to SPFx. The concepts that are mentioned in this blog post run in parallel with the details shared in this brilliant article on Visual Studio codespaces by Paul Schaeflein. In this 2 part series we will start… READ MORE

SPFx — What can it do for us?
SPFx — What can it do for us?
Blog Posts

This post is the continuation from my previous post “SharePoint Framework (SPFx) — An Overview”. In this post, I am going to focus on capabilities of SharePoint Framework. Basically, what SPFx can do for us? SPFx provide us with three types of components that we can build, Web parts, Extensions, and Library Components. Let’s explore… READ MORE

Coloring Classic List View in SharePoint Online
Coloring Classic List View in SharePoint Online
Blog Posts

If you want to color your out of box list view items in SharePoint online then you are at right place. Here is a approach which I took. Requirement — here I wanted to color the SharePoint items depending on the column value. Here it is DueDate. Here is the color function which checks the… READ MORE

How to Create a SharePoint Home Site
How to Create a SharePoint Home Site
Blog Posts

A SharePoint home site is the principal site on your modern SharePoint intranet grouping together news, events, a global navigation, and global search. A home site is created from a modern communication site and despite being exclusively modern you will not find any interface in SharePoint to create it, the process must be done using… READ MORE

Trigger a flow when news is posted
Trigger a flow when news is posted
Blog Posts

There is no specific trigger action for whenever SharePoint news is posted. This article explains how you could work around this by using a trigger condition expression. Original request Communication website – automatic e-mail when someone has published a new entry? Power Users Community thread: Communication website. First Published In this example we will only trigger… READ MORE

Microsoft List: The Evolved SharePoint List
Microsoft List: The Evolved SharePoint List
Blog Posts

For the past 20 years, SharePoint has had a list building capability (think Access and Excel) and in 2016, Modern SharePoint Lists was officially launched as the default list. Building upon this legacy, Microsoft evolved and re-branded the Modern SharePoint List as the new Microsoft List in Microsoft 365. Microsoft List is a smart information… READ MORE