Note Board Webpart not displaying
Hello,I have searched extensively for a solution, but most of the posts seem to be about SP2010.I'm currently using SharePoint Online for Office 365 and would like to add the "Note Board" web part to...
View ArticleHow do you set AssociatedOwnerGroup for a web using REST api?
Can somebody please show me an example of how to construct the POST request to set the AssociatedOwnerGroup for a web using REST api?Caroline
View ArticleCreate document library from custom template via REST API
Hello,I've created a custom template for a document library. Now I would like to create a new document library via this template. This is possible via the User Interface.But I would like to do it via a...
View ArticleUpdate user properties in Client Side remotely
Hi,Is there any way to update user properties in Client Side ?Thanks in advance
View ArticleHow to create a new site out of a current site (/ copy SP site)
Hi, We have several SP sites. We want to create a new site (which will serve as development site) and will start by being identical to a current site.So my question is like- how to copy a site to a new...
View ArticleHow to get response in JSON format from SharePoint 2013 on-premise REST API?
Hi,I have installed SharePoint 2013 OnPremise, but I am able to get response in the XML format only. Adding header accept : application/json sending me response in XML format instead of JSON, whereas...
View ArticleOverride function in Client Side Rendering(JS Link) is not working
Hi, This is the first time I am trying JS Link in SharePoint. I do not have access to master pages. So, I have loaded below js file in Site Assets and referred in JS Link as:...
View ArticleContent Query Web Part Multi-Value Field and Filter
Hi,1. I have a Person or Group field that allows multiple values, however I'm unable to display values of this field on the CQWP and wanted to know if this is possible and if so how it can be...
View ArticleREST API Call to Add a Document
Hi All,I am trying to call the REST API to Add a document to a folder, when I use following...
View ArticleSharePoint 2013: Save outlook message directly to SharePoint Library as pdf...
Dear all,I have a scenario where I have to save outlook message to sharePoint library directly as other file format such as .pdf other than .msg .Does anyone have an idea how i can achieve this or is...
View ArticleError: "The language is not supported on the server"
Hi,I started to receive this error message when I try to create a new web: "The language is not supported on the server"This is code I'm using:SPWeb newWeb = web.Webs.Add(siteUrl, siteTitle,...
View ArticleCustom SharePoint WCF Rest Service - Error 413 Request Entity Too Large
Hello, I am developing a SharePoint WCF service that takes in a base64 string for file contents. When pushing a request greater than 50kb, the service returns "Error 413 - Request Entity Too Large". I...
View ArticleColumn Validation for a Timefield
Hello, is there a possibility that the column validation of the Minute Fields, the column only accepts values of 0,15,30,45Thanks
View ArticleCould not load file or assembly 'iTextSharp'
I have added the iTextSharp dll to my project, but I keep getting the exception "could not load file or assembly iTextSharp, Version=5.5.9.0, Culture=neutral PublicKeyToken=8354ae6d2174ddca' or one of...
View Articlehow to hide information bar for document library
hi all,how to hide this message for all document library
View ArticleREST API code to bring choice fields not working
$.ajax({ url: "host url"+"_api/web/lists/GetByTitle('List Name')/fields?$filter=EntityPropertyName eq 'Choice Field Name'", type: "GET", headers: {"accept": "application/json;odata=verbose", },...
View ArticleHow to Append text to the First Value of an Array in a loop SharePoint,...
Hi,i have a SharePoint list that i would like to have the word 'New' appended to the most recent Announcement items(Say the 1st and the 2nd items will have new appended while the rest will display as...
View ArticleValidate column value in new form
Hi,Is there any way to make the user input the specific text field forcely ?Thanks for your help
View ArticleGet all SharePoint SMS Alerts Sent out per site collection
We are trying to amass a count of all the SMS alerts sent out from all the lists and libraries by site collection. We have a script to identify which lists and libraries are SMS enabled, but we need...
View ArticleSharepoint 2013 approval workflow edit menu button in related item display view
Hello,i have been cracking my head for the past 2 weeks trying to come up with a working solution. Bascialy what we are doing now:Document/item is sent for approval, task is created with Task Name,...
View Article