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 next level. Assuming you have spent a good amount of time and money on your SharePoint implementation, your next step is to
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 selecting your query source, and styling how it will be presented in the web part via web part editor and xslt (another
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 default view with PowerShell. [void] [System.reflection.Assembly]::LoadWithPartialName(“Microsoft.SharePoint”) | out-null # Add “Change item Order” button at target List $siteUrl = “yourSiteCollectionUrl”; $listTitle =
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 learn much. Conversely, when things don’t work correctly, I learn tons of stuff. ‘Nuff said about learning opportunities in SharePoint. I recently
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 we first create the Workflow inside AppWeb and on ‘AppInstalled’ event we will get the published workflow definitions from AppWeb and copy
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 a fact of life in project management that problems will arise that will block the progression of a project and they therefore need
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 property and sets a multivalue term against it. Create a managed metadata user profile property: if ( (Get-PSSnapin -Name Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue)
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 “” -Path “” If the path does not exist, the script will prompt you to create it for you. Before the script
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 search results listing. Forgive the photos below. I wanted to keep the large resolution to demonstrate the functionality here. Default People Search
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 project I am on, over the past few years these are the JavaScript libraries I have learned to use and integrate with
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]
