How do I update terms, programmatically?
I have over three thousand terms that I want to update in a SharePoint Online tenant. I would like to update the "Other Labels" field for each term. Is there a way to do this programmatically, rather...
View ArticleSharePoint 2013 App HTTP 401 UnAuthorized request ,Access denied. You do not...
Hi everyone,I am working on lab with two server AD & SharePoint 2013 , OS: win 2008 R2, the SP server is joined to the domain contoso.com, I am starting new sharepoint app development activities ,...
View ArticleSearch results using keyword query returns less items
Hi,I am using keyword query to get community sites using querytext as "WebTemplate:Community Path:/Communities/" where communities is the site collection URL.If I use the same query in content by...
View ArticleSharePoint Online: How to create the scheduler job such as export custom list...
Hi All,I would like to be able to export custom sharepoint list items to excel/ or whatever format at the end of every months.For on premise, I can do this task but using the custom .net application to...
View ArticleSearchResults layout issue in enterprise search center.
I just checked searchResults.aspx in Sharepoint designer and without making any changes saved the layout,But after that,All the pages which is using this layout is giving me an error "An error...
View ArticlePrevent list column menu showing "Rename Column " option
Hi,I am working in SP 2013 and in my webpart i am using xslt webpart to show a list. Am totally new to SP and there is a requirement to hide the "Rename Column" from the list column menu. Is it...
View ArticleUpdated JSLink does not kick in until filename is changed
Hi, everytime I update my JSLink file I have to change its name (i.e add version number to filename), edit the list view web part to point to it, before it takes effect in the list. If I don't change...
View ArticleManaged navigation setting using CSOM
I am trying to Set the "Manage navigation setting" on list using CSOM, but I unable to get the Client side object for MetadataNavigationSettings. this is only available in...
View ArticleSharePoint CreatePage.aspx page not redirect when new page created in pages...
Hi, I am facing a problem while adding new page to pages library in production. when I create a new page from CreatePage.aspx page in library, it did not redirect to newly created page but still...
View Article"The SPListItem being updated was not retrieved with all taxonomy fields."...
i am working on an enterprise wiki site collection inside SP2013. currently when a user try to add a wiki page , and he leave a mandatory field empty , he will be redirected to the following page:-and...
View ArticleCSOM get all sub folders
Hello All,Using CSOM .net how to get all folders (sub folders,nested folders )?thanksLike Cricket
View ArticleGet a user profile subtype value for a specific User
Hi guy,i need to get teh value of a specific user subtype Named "Manger" by code how can i do this?This i s my wrong code string accountName = "dc07\\TestUser"; using (SPSite site = new...
View ArticleUpdating a SharePoint 365 List, Column Type Person, with PowerShell
I have been searching and do not seem to find the answer.With SharePoint 365 it appears the spuser cmdlet is not available. Has anyone been successful with setting the Person field of a list through...
View Articlepeople picker in sharepoint hosted APP with MVC
i am developing SharePoint hosted app with MVC and back-end SQL Data and i want to add people picker in MVC page and need to update that value to sql database using model view control
View ArticleHow to use the CSOM SP.Publishing.Variations.getPeerUrl method?
In this code, I am trying to get the corresponding french URL variation. I am using this CSOM api https://msdn.microsoft.com/en-us/library/office/jj954403.aspx But I can't figure out how to use it....
View ArticleHow to get Sharepoint 2013 variation URL?
I want to create a toggle button for variations, so that when I am on the `en` or `fr` page, and I click the button it takes me to the other page. But I can't just change the `en` to `fr`, for example,...
View ArticleUnable to connect to sql db with db owner rights via httpmodule registered in...
Hello,I have registered module and connection string in SharePoint 2013 Web.config file.<connectionStrings> <addname="ConStr"connectionString="Application Name=Newsletter_APP_LOGS;data...
View ArticleHow to communicate with Office365-sharepoint 2013 resources from azure hosted...
I wanted to create a custom asp.net WebApi that should communicate with office365 SharePoint 2013 site.In GET Method, I wrote a below code snippet and hosted to local IIS(Executed from VS 2012) and...
View ArticleGetting sum of all the values of a Choice column in a list
I have a choice column with choices as numbers in a list. I want to sum all the values in the column and display it . Is there any easy way of doing it?
View ArticleSP 2013/Online - Copy List Item (attachment)
Hi Experts,In Sharepoint online, need help in copying one list's attachment to another list using Javascript or JQuery. Please let me know if any pointers.Thanks.-Anuja
View Article