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 app and publish it on SharePoint. I will explain the steps consider SharePoint for Production environment. Pre Requisite: SharePoint 2013 is installed.
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 it on SharePoint. I will explain the steps consider SharePoint for Production environment. Pre Requisite: SharePoint 2013 is installed. Https web application
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 2013 Installation Series: Part 1 – Step by step Installation of Windows Server 2012 R2 Part 2 – Step by step installation of Active
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 that arise during the installation process. Note: Make sure that you are connected with an internet connection because it may require you to
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 under Insert was grayed out. Also we noticed we could no longer sync the notebook from a local copy of OneNote 2013
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 the function GetCurrentUser and then read the “ID” property. Once you have this, you can then use the GetGroupsOfUser (userId) that takes as input
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 Template Add some JavaScript/jQuery Simple right? Yes, after figuring out how to do it it is… Display Template For the display template
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 Service accounts in Active Directory. In this blog, I’ll walk you step by step through the installation of Microsoft SQL Server 2012 on
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 = context.castTo(field, SP.Taxonomy.TaxonomyField); listItem.parseAndSetFieldValue(“taxonomyfieldname”, “”); listItem.parseAndSetFieldValue(“taxonomyfieldnameTaxHTField”, “”); listItem.update(); context.load(listItem); context.executeQueryAsync(function () {},function(){}); The above code clears the Taxonomy field value using the
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 now when it is connected to your own site. It totally helps every user to connect to their document and even for
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]
