Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 7025

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 2162

Deprecated: Hook imagify_allow_picture_tags_for_webp is deprecated since version 2.2! Use imagify_allow_picture_tags_for_nextgen instead. in /www/collab365_296/public/wp-includes/functions.php on line 5758
Collab365 Blog Posts & Articles
Deprecated: strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1145

Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1152

Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1155

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1162

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1165

Deprecated: strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1145

Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1152

Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1155

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1162

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1165

Warning: Undefined array key "url" in /www/collab365_296/public/wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php on line 85
Collab365
__CONFIG_colors_palette__{"active_palette":0,"config":{"colors":{"1016c":{"name":"Main Accent","parent":-1},"f88c6":{"name":"Main Accent Light","parent":"1016c","lock":{"saturation":1,"lightness":1}}},"gradients":[]},"palettes":[{"name":"Default","value":{"colors":{"1016c":{"val":"var(--tcb-skin-color-0)"},"f88c6":{"val":"rgb(251, 234, 234)","hsl_parent_dependency":{"h":359,"l":0.95,"s":0.66}}},"gradients":[]},"original":{"colors":{"1016c":{"val":"rgb(55, 179, 233)","hsl":{"h":198,"s":0.8,"l":0.56,"a":1}},"f88c6":{"val":"rgb(235, 246, 251)","hsl_parent_dependency":{"h":198,"s":0.66,"l":0.95,"a":1}}},"gradients":[]}}]}__CONFIG_colors_palette__
  • Blog
  • Join the Collab365 Academy
  • About us
  • Useful Links

World-class Microsoft 365 training delivered to your Academy account, on auto-pilot!

Sign-up for the Daily Digest 

Get updates from 350+ Microsoft Bloggers direct to your inbox!

Sign Up

*Plus get instant access to our free Microsoft 365 training and 2 free ebooks. Opt out any time: Privacy Statement.

How to create a SharePoint approval workflow with 3 dynamically-determined approvers

Author Image

by  Tomislav Tasic

Create a workflow which is described on following image. Note: After any two of three approvers finish their approval tasks document will be either approved or rejected. Resolution Access SharePoint site and create ...

Read More

Top 5 Metric Categories You Should Be Measuring in Your SharePoint Portal

Author Image

by  Marlee Long

So you have invested in SharePoint, but how in tune are you with what’s going on within your SharePoint portal? By implementing an analytics solution, you can take your SharePoint productivity to the ...

Read More

SharePoint 2010: Dispaly a Users Profile Picture in a Content Query Web Part Using SPDesigner Workflow

Author Image

by  Jason Smallwood

In short, the project was to display Blog Posts on our Intranet home page in a web part. No, doubt the CQWP comes to mind first. It is easy enough to configure by ...

Read More

Rank list items by custom order with JSLink

Author Image

by  PauliusKe

Objective: implement custom sort functionality for list items make order number (rank) visible on the list First, let’s create custom action for reordering items and make hidden field Order visible and sortable on ...

Read More

Workflow throws an error when you try to update or delete to a BCS external list

Author Image

by  Darrell Houghton

One of the things I love best about SharePoint is I am always learning something new every day. In my experience, when things work right the first time you try something, you don’t ...

Read More

How to create and publish a SharePoint 2013 Workflow from an App in the Host Web (without using SharePoint Designer)

Author Image

by  Nikhil

In some Apps there are cases when you want to deploy SharePoint 2013 workflow on Host Web rather than app web. This article explains how to do it. The basic premise is that ...

Read More

[SharePoint Tip] Reporting on Project Issues with SharePoint

Author Image

by  Ciara McDonnell

Issue Management is an important process in project management and many project managers use issue logs, also known as issue registers, to manage problems that arise throughout the lifecycle of a project. It’s ...

Read More

How to create UserProfile Multivalue Managed metadata-based property and set value in Powershell

Author Image

by  Balamurugan Kailasam

I was looking for a scripted way of creating a Userprofile Multivalue managed metadata based property and to set value against it. The below sample script creates a managed metadata based user profile ...

Read More

How to download all files in a Site Collection with Powershell

Author Image

by  Nico Martens

Hi, I created a script that will allow you to download all files stored in document libraries in a given site collection. You can find it here: http://sharepointrelated.com/2014/11/11/download-all-content-in-a-site-collection/ Run the script as follows: Get-SPContent.ps1 -SiteCollection ...

Read More

SharePoint 2013 Displaying People Search Results in Multiple Columns

Author Image

by  Eric Skaggs

I recently had a need to take the normal people search results in SharePoint Online and make them look better.  In particular, use all that white space to the right of the default ...

Read More

4 must have JavaScript Libraries for .NET & SharePoint Developers

Author Image

by  Tim Ferro

Whether you are developing for Office 365, SharePoint 2013, ASP .NET, or another web option, these days you are going to need some “go-to” JavaScript libraries to enhance your solutions. No matter what ...

Read More

Developing Provider Hosted App for SharePoint Part 2

Author Image

by  Nikhil

In my previous blog I have explain about how to configure your on premise 2013 SharePoint for App modal deployments. In this blog I will write about how to create a provider hosted ...

Read More

Developing Provider Hosted App on SharePoint 2013 Part 1

Author Image

by  Nikhil

In this blog I will write about how to configure your on premise 2013 SharePoint for App modal deployments. In my part 2 blog I will create a provider hosted app and publish ...

Read More

Step by step installation of SharePoint 2013 with Sql Server 2012 on Windows Server 2012 R2 (part 5)

Author Image

by  Dharmendra Singh

In my previous blog, I have show you to install Prerequisite tools for SharePoint 2013. In this blog, I’m going to walk you through the Installation of SharePoint 2013 on Windows Server 2012 R2. SharePoint ...

Read More

Install and troubleshoot Online/Offline prerequisites issues for SharePoint 2013 (part 4)

Author Image

by  Dharmendra Singh

This blog series details the complete installation of SharePoint 2013 on Windows Server 2012 R2. In this blog, I’ll show you how to install SharePoint 2013 prerequisites Online and Offline. Also how to troubleshoot any issues ...

Read More

Cannot Sync or add a new section to a OneNote 2013 notebook in SharePoint 2013 Web App

Author Image

by  Marc Dayton

We recently came across a strange situation where we could not add sections to an existing OneNote notebook hosted in SharePoint 2013. Using the Web App we noticed that the New Section option ...

Read More

How to return all of the SharePoint groups for the current user using JSOM

Author Image

by  Gerardo Nacchia

Today I was asked how to retrieve all of the SharePoint Groups of the currently logged-in user to sharepoint. To achieve this, first you need to recover the authority connected to sharepoint with ...

Read More

Likes in Search Results

Author Image

by  Santiago Mazziotti Irigoyen

After struggling for some time and a whole lot of googling I was able to make this work as magic (that is with JavaScript/jQuery). Here’s what we’ll need to do: Create a Display ...

Read More

Step by step Installation of SharePoint 2013 on Windows Server 2012 R2 part 3

Author Image

by  Dharmendra Singh

In my previous blogs, I have shown you how to setup Active Directory Domain Services on Windows Server 2012 R2 for SharePoint 2013.  Now we should be able to setup the Administrator and ...

Read More

How to cleara Taxonomy field using Javascript CSOM

Author Image

by  Balamurugan Kailasam

A sample JS to clear the taxonomy field value using the JS CSOM. example: var context = SP.ClientContext.get_current(); var list = context.get_web().get_lists().getByTitle("list title"); var listItem = list.getItemById(58); var field = list.get_fields().getByInternalNameOrTitle("taxonomyfieldname"); var taxField ...

Read More

Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]

First

Previous

Next

Last

top 20 posts

Popular posts:

  • How to sync Microsoft Excel with Microsoft Forms responses (using Power Automate)
  • How to search and filter records in PowerApps (inc delegation)
  • 37 Microsoft Teams Tricks and Tips for 2022
  • SharePoint modern view formatting with JSON – part 1 of 2
  • How to send (or forward) an Email to a Microsoft Teams Channel
  • How to create a Parent / Child PowerApp with related SharePoint Lists
  • The Ultimate Guide to Microsoft Forms
  • How to create a Poll or Quiz in Microsoft Teams
  • How to create a User Registration Form using PowerApps, Flow & SharePoint Lists
  • How to use SharePoint Designer 2013 with SharePoint 2016 / 2019 / Online
  • How to update the SharePoint People Picker Field using Power Automate
  • Tutorial: How to create, read, update and delete files in SharePoint using REST
  • PowerApps Tutorial: How to build your first Power App
  • SharePoint modern view formatting with JSON – part 2 of 2
  • Tutorial: How to use SharePoint PnP with Powershell
  • Using Power Automate for SharePoint News Notifications
  • Using OBS Studio with Microsoft Teams to stream to Youtube, LinkedIn & Facebook
  • PowerShell from an Array to Comma Separated file (CSV) via the PSObject
  • PowerApps Best Practices
  • How to manage permissions on a SharePoint List Item using Microsoft Flow – changing Item permissions

Summit Bundle

Get 200+ hours of Microsoft 365 Training for 27$!

Master Office 365, Power Platform & SharePoint & Teams With 200+ Hours Of Training Videos and 108 Ebooks in the Collab365 Academy. This offer is insane and is only available for a limited period. 

Get 200+ hours training for 27$

popular links

  • Ultimate Guide to Microsoft Forms
  • What's in a Microsoft 365 subscription?
  • Best SharePoint Intranet Templates
  • Microsoft Teams Administrator Course
  • Microsoft Teams Governance Workshop

collab365 network

  • Collab365 Daily Digest
  • Collab365 Blog
  • Collab365 Events
  • Collab365 Directory
  • Collab365 Certifications

about us

__CONFIG_colors_palette__{"active_palette":0,"config":{"colors":{"f3080":{"name":"Main Accent","parent":-1},"f2bba":{"name":"Main Light 10","parent":"f3080"},"trewq":{"name":"Main Light 30","parent":"f3080"},"poiuy":{"name":"Main Light 80","parent":"f3080"},"f83d7":{"name":"Main Light 80","parent":"f3080"},"frty6":{"name":"Main Light 45","parent":"f3080"},"flktr":{"name":"Main Light 80","parent":"f3080"}},"gradients":[]},"palettes":[{"name":"Default","value":{"colors":{"f3080":{"val":"rgba(23, 23, 22, 0.7)"},"f2bba":{"val":"rgba(23, 23, 22, 0.5)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"trewq":{"val":"rgba(23, 23, 22, 0.7)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"poiuy":{"val":"rgba(23, 23, 22, 0.35)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"f83d7":{"val":"rgba(23, 23, 22, 0.4)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"frty6":{"val":"rgba(23, 23, 22, 0.2)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"flktr":{"val":"rgba(23, 23, 22, 0.8)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}}},"gradients":[]},"original":{"colors":{"f3080":{"val":"rgb(23, 23, 22)","hsl":{"h":60,"s":0.02,"l":0.09}},"f2bba":{"val":"rgba(23, 23, 22, 0.5)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.5}},"trewq":{"val":"rgba(23, 23, 22, 0.7)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.7}},"poiuy":{"val":"rgba(23, 23, 22, 0.35)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.35}},"f83d7":{"val":"rgba(23, 23, 22, 0.4)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.4}},"frty6":{"val":"rgba(23, 23, 22, 0.2)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.2}},"flktr":{"val":"rgba(23, 23, 22, 0.8)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.8}}},"gradients":[]}}]}__CONFIG_colors_palette__
  • About Collab365
  • hello@collab365.com

Privacy policy

Terms and Conditions

cookie policy

Badhan Ct, Castle St, Hadley, Telford, Shropshire, TF1 5QX, UK

Copyright 2025 Collab365, all rights reserved.