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
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 yo create a view where you show the Project Title, there wont be a link to the display form. You can however
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 is Multiple People Field, and by default sharepoint renders in the list views with one new line per person. This can be
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 email, and then run it on a timer job that runs nightly. This timer job would pull all employees that have a birthday
So , one of the developers called me up and told me that he could not get into his single server development SharePoint farm, he could deploy his solution however. So I rolled my eyes and said what did you do.. Nothing was the reply! (are you surprised) . Well it turned out that he
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]