In SharePoint 2010, SharePoint Site Pages does not exist so when you migrate your content database to a newer version of SharePoint, it is advisable to move your default.aspx to the site pages. To be able to do this, you will need to login to the site using SharePoint designer and go to “All files” […]
There will be a time that an Organization/Company will migrate it’s SharePoint On-premise to SharePoint Online. One of the errors that you might encounter is the List Web Part not able to see the SharePoint list. One of the reason why this happens is that the id of the list/GUID is not the same as […]
This article will walk you through on how you can add and use JQuery on you SharePoint Framework web part. To get things started: Open your SPFx project using Visual Studio Code. Open up a terminal and execute the following commands: npm i jquery npm i @types/jquery After executing the commands, open up your web […]
On this post, we will talk about how we can create an SPFx package using Azure DevOps Pipeline When you create a new pipeline, select “Other Git”. Select “Azure Repos Git” as the source and then select where the project is located. Click on the “Continue” button Click Empty job when selecting a template Before […]
In this article, we will be discussing on how to create a React SharePoint WebPart using SPFX. Setting up your environment First thing you will need is to setup your environment, you will be needing to install the following: Node.js v8.x and Node.js v10.x This are the versions supported for creating an SPFX project Install […]