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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
Step by step installation of SharePoint 2013 with Sql Server 2012 on Windows Server 2012 R2 (part 5)
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
Welcome all Business Users to your own OneDrive directly connected to SharePoint 2013 or Office 365. A very important feature is for all users to have their data on the go with OneDrive and ...
On my projects list I have a field called Project Title, this field has nothing to do with the Title from the list items, in fact I dont even use it, so if ...
Perhaps one of the most useful features within Sharepoint 2013 are Display Templates (aka. CSR or JSLink). In my current scenario, I have a list called “projects” with a field called “Project Team”, this field is ...
by Wendy Neal
I recently had a client requirement to send out an automated company-wide birthday greeting email whenever it was someone’s birthday. I decided to use SharePoint Designer to create a workflow that sends an ...
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]