Colour-code SPO Calendar events based on the value of a custom field.
Tag Archives: SharePoint
How to: Check the currently installed SPFx version
The answer is in “npm ls”
How to: Create a simple fly-out message in SP2010
I wanted to use a fly-out message to inform a user who was navigating from a configuration page to the…
How to: Create a folder roll-up web part to display the number of items in the folders without the use of code
1. add a content query web part on your page. 2. edit web part 3. define the query 4. select…
How to: troubleshoot import of a Nintex 2010 Workflow (or, how to programmatically import it)
Have you ever tried to import a Nintex workflow through the user interface (U.I), but failed? In such case, unfortunately,…
How to: Resolve “Something went wrong” when adding an SPFx webpart to Microsoft Teams
Ensure you allow the webpart to be deployed tenant-wide.
How to: Resolve “Part URI is not valid” (SPFx)
Resolving the issue “Invalid SharePoint App Package. Error: Part URI is not valid per rules defined in the Open Packaging Conventions specification” seems to have a lot to do with the code’s working directory structure.
How to: Troubleshoot adding users to a SharePoint Group
If you’re failing to add a user into a SharePoint group, either by going into the group and then clicking…
How to: Install and use Reporting Services with SharePoint 2007
Here is an impeccable guide on how to work with Reporting Services in SharePoint 2007. The following are the steps…
How to: allow .pdf files in SharePoint 2010 to open in the browser window
SharePoint will by default request that the user saves a .pdf file and open it locally inside the client application…