"Resource not found for the segment" calling listdata.svc from .net application
Hi,In my company developers they use .net application to upload files to sharepoint library calling ListData.svc. it was working fine in 2010 environment but we recently migrated those libraries into...
View ArticleHide the SharePoint sub sites from Home Site Treeview by using site name...
Hi,I want to hide the sub sites from the home site TreeView. I have done with below code,<script type="text/javascript"> var cc = document.getElementsByTagName("a"); var myArray=...
View ArticleHow to get my personal task from My Site using Sharepoint hosted App?
I have created a Sharepoint hosted App and need to view all my tasks (tasks assigned to current user). I can search by REST Api to find my tasks which are in different task list in different sites. But...
View Articleweb.GetList("Lists/TestList") throws FileNotFound exception
I have the following code in my application. It is throwing FileNotFound exception at web.GetList("Lists/TestList") line. This list exists and I am able to get the list from...
View ArticleSharepoint 2013 permission sync between two webapplications
Hi All,We have two web applications, both are in the same server.One will be an active web application other will be archive.We have a requirement to sync permissions in both the web...
View ArticleUpdating lists
Hi!This is my update list function:function updateListItem(listItemXP, listItemLevel, listItemApproved, listItemApprovedFinish) {var clientContext = new SP.ClientContext(URL);var oList =...
View ArticleRest, SiteUsers and scope
Am I correct in thinking the siteusers REST call returns all site collection users, and not just the users of the actual site specified in the call? Is there any way of achieving the latter with...
View ArticleVisual Studio farm solution debug going to 15 hive when all indication in...
The solution I am building existed on 2010 and I am going to deploy it going forward to 2013 but I still need to maintain the 2010 code.So 2 code bases solution14hive and solution15hiveOn the 14hive...
View ArticleHow to combine multiple lists in single view?
We are using SP2013 standard edition. In a site collection there are several levels of subsites. We have a custom content type "notes" built and each subsite have a list created with this custom...
View ArticleInherit manage navigation on newly created team site
Hi, I am using the PnP Core package to write a custom provisioning console application. First I create a new empty team site and then I use the provisioning engine to activate the Publishing feature. I...
View ArticleSave/Download list display form fields as word and pdf
Hi Sp Experts,I tried hard to dig about saving list display form fields as word and pdf formats. Can anyone suggest me to do that. We completely against use 3rd party tools. My requirement is , just i...
View ArticleSummary view of Posts List rendering differntly in different environments
I have a summary view of Blog posts list displayed in a page, But these are getting rendered differently in different environnment as shown below.You can see Date section highlighted is getting...
View ArticleApp Parts With App Stapling
I have a "hello world" app part in a SharePoint Hosted app. We have added it to the app catalog, deployed it w/in app catalog site and configured it to be stapled it to a site collection. The app is...
View ArticleSharePoint Server 2013 Client Components SDK
Is the "SharePoint Server 2013 Client Components SDK" part of the installation of Visual Studio 2013 Professional?Thanks.
View ArticleHow to prevent subsite users from seeing the site collection's UserInfo?
I have a SP2013 site collection with several subsites for different user groups that should not be aware of each other. I have made task lists to every subsite and everything seemed to be fine until I...
View ArticleScheduling End Date not working right?
As shown below you can that that I have set the End Date to yesterday and when I load the site that page is still showing up?Is there something else to check or validate if working correctly?
View ArticleAdd link with column with dataTable in html table
Hi guys,i have a table that show a Sharepoint list in a Html table via dataTable.This work fine but i need that the title column of the table is a clickable link to the display form.. any idea?this is...
View ArticleHow to execute Powershell script in Sp-2013 from C# code?
I'm trying to execute powershell script from C# code. The code is following:- string scriptText = "Get-SPWOPIBinding"; private string RunScript(string scriptText) {...
View ArticleXDocument.Load() in App
I'm creating a site provisioning app and have an xml file with all the pertinent information regarding the files i'll be uploading to the Host Web. I'm trying to load this xml by doing...
View ArticleCreate a list from the custom list template using Web Service in SharePoint...
Hi,I have created a list in which I have added few columns and I have saved this list as a template. The list template is available in the list template gallery. Through UI i am able to create a list...
View Article