How to get the calling process name in Custom Claims Provider.
Hi,Is there a way to find the process which is calling the claim provider?. I have a typical scenario in my application where I need to changed the logic if the claim provider is invoked from the...
View ArticleEnable Rating Settings in SharePoint List using JavaScript
Hi,How to enable the rating settings on SharePoint List Using JavaScript?Thanks,KaviyaThanks, Kaviya (Please remember to click “Mark as Answer” on the post that helps you)
View ArticleIssue in SharePoint App list settings
Hi,I've created list in SharePoint hosted app. When i click on the below settings, I'm getting "HTTP 500 Internal Server Error" :Rating SettingsForm SettingsAudience Target SettingsFor Reference I've...
View ArticleWebPart Error : Sandboxed code execution request failed
Hi,I have developed a web-part, which displays data in a grid. There is a button which creates a new list item, data from this gird, in a separate list. The first part of data population is working...
View ArticleSharepoint survey Help
I have created a survey in SharePoint and some of the questions require the user to choose an answer from a dropdown box. eg. one question requires you choose a medical provider from a list given to...
View ArticleHow to Retreive the list data in Sharepoint Hosted app Using visual Studio
Hi ,I created a SharePoint hosted app which contains a list. In Default.aspx page i want to display the list items, I wrote a code in app.js using Rest API but I am unable to get the list data in...
View ArticleAdding Managed Metadata column to Office 365 SharePoint custom list Using...
I am adding a Managed metadata Column to a Custom Sharepoint List in Sharepoint office 365 app. The Column is created but the column is greyed out. Can someone point me to the correct XMLI need to use...
View ArticlePosting a message with Image attachment using Sharepoint REST API
Hi guys,I have a problem with posting a message to sharepoint online.The JSON payload looks currently like this:return "{'restCreationData':{'ID':null, 'creationData':{"+ "'Attachment': {"+...
View ArticleUsing REST with SharePoint Hosted App
if you are opening your App from a library or list the listid and other default parameters are passed into the app, however I do not seem to be able to find out the url back to the library or list.is...
View ArticlePublishing Page for main page.
Need a publishing page template like in SharePoint 2007/2010. Do you have a bundle or a source for these pages. Therefore, the page maintains its width instead of stretching across the entire screen....
View ArticleShould we cache the SharePoint ClientContext Object
We have a SharePoint 2013 app and we found out that most of time is consumed at querying SharePoint by using CSOM API via ClientContext.ExecuteQuery. It seems that the first call is always expensive...
View ArticleUSING REST to retrieve external data column values
if you have an external content typeand you have based a lookup column on data from the external content type via an external Listand you use that lookup column in a document content typewhen you...
View Articlecan provider hosted app have an app web
Based on my reading, the app web is really for SharePoint hosted app to host all those client files and it could be used for storage for SharePoint hosted app. For provider hosted app, it is hosted at...
View ArticleRendering SP.UI.Controls.Navigation
HiI've managed to build a Provider-hosted app but after pointing the web to a separate site (using SSL on local machine which gives me an untrusted cert error) I found that navigation control is not...
View ArticleHow to create reusable assets?
Hi there,What is the best way to create reusable assets, such as JavaScript and css files, across a couple of apps?Currently we have to copy/paste all assets across, which is highly error-prone. We are...
View ArticleREST or CSOM?
Hi All,Just a quick Friday Afternoon straw poll which I'd be interested to know ...For "SharePoint-Hosted Apps" - would/do you use CSOM or REST? Why? Are there any advantages / capabilities that one...
View ArticleRest with CSOM
HiI couldn't find any clue how to wirte RESt in CSOM, Any help please.Thanks,-Sendil
View ArticleUncaught Sys.WebForms.PageRequestManagerServerErrorException:...
Hi,Below is the scenario.I have an aspx page. In this page I am using Jquery dialog and opening the same by pointing the dialog to another aspx...
View ArticleUsing REST with External List
consider this $.ajax( { url: appweburl + "/_api/SP.AppContextSite(@target)/web/lists/getbytitle('<listname>')/items" + "?@target='" + hostweburl + "'", type: "GET", headers: {"accept":...
View ArticleGetting data from a host_web list...losing my mind
Last week I started building my first SharePoint App (Office 365, E3). I am using the new Napa development environment. Progress has been slow but steady, but I appear to have hit a wall. I am hoping...
View Article