How to remove eventreceiver when handling AppUninstalling in a RER without...
I am trying to remove an eventreceiver from the clientContext.Web.EventReceiversby using DeleteObject() but I am getting Access Denied exceptionIn my appmanifest.xml I already granted full control to...
View ArticleSharePoint hosted app is not rendering anything
hello, I created the default sharepoint 2013 app, using VSTS 2012, and published it onto App Catalog site,Ā App appear in the site contents, i made it trusted, but when i click in to the app, it...
View ArticleCan App scoped External ContentTypes (ETCs) access Secure Store Applications?
So far I have read how you can Access external (o)data sources from a SharePoint 2013 App (using External ContentTypes). However, I haven't come across a solution for accessing a non-public data...
View ArticleHas Anyone Used JQuery Template Library in a SharePoint Hosted App?
I downloaded the latest jquery template library from herehttps://github.com/BorisMoore/jquery-tmplAdded it to scripts in my visual studio project Scripts directoryI added a reference to the script as...
View ArticleNot able to insert a record in a list using REST
My app has a listThis is the code which I have written to insert a record in this listfunction test() { var listUrl = appWebUrl + "/_api/web/lists/getbytitle('BookCatalog')/items"; var itemType =...
View ArticleError reading stream downloaded from Office 365 by SP Client API
Hi All,I encountered an error when I try to read a stream downloaded from SharePoint online by SP Client API. This is something I used in aĀ SharePoint Provider-HostedĀ App. I want to show the users'...
View ArticleWhat code samples do you want?
Hi all,My team creates and publishes content and code samples for Apps for SharePoint on MSDN. As you might know, we've published over a hundred code samples for Apps for SharePoint on MSDN Code...
View ArticleNeed to create lists in hosted site collection web when the app is deployed.
I am creating a new share point hosted app in share point 2013. In the App, I have added lists through visual studio. I need to add lists in the hosted site collection web, as soon as the app is...
View Article=WebService() function in Excel webapp
Hi, I'm not sure this will be the correct forum.However, I didn't really see where to post this question.I need to connect an Excel 365 document to an external webservice. The =WEBSERVICE() function...
View Articlehow do I retrieve the ClientID of the autohosted remote web app from app web?
I am trying to construct a url using javascript within a page of the Application Web. The link will redirect to the remote Web and must include the ClientID of that autohosted web application. How do I...
View ArticleScenario possible with webpart but not possible with App Part.
Hi All,I was thinking about any scenario that can be handled easy with webpart but can't be handled using app part. Nothing comes into my mind. Only one thing, in webpart sever object model is...
View ArticleUse ReportViewerWebPart inside Sharepoint Hosted Application
Hi,Let me describe the issue that I have come across step by step:First, I created a simple SharePoint Hosted ApplicationIn the main page (Default.aspx) I want to use a ReportViewerWebPart in order to...
View ArticleChanging regional settings or time zone for app site
How to change app site (Office365) regional settings and time zone?Is it possible? From UI or code (js or client object model .NET).
View Articlesharepoint app
Hello all,I developed a simple sharepoint app. Onbutton click event it should say hello.But I get an error " Server Error in '/' Application.The parameter 'token' cannot be a null or empty...
View ArticlePush or Pull apps
Our customer wants two type of apps. One type of apps is apps that can be push by administrator. even site collection admin should not have capability to remove this type of apps on their site...
View ArticleRestrict the sharepoint hosted app to visible for one site collection
Hi All,I am working on office365 development.I have developed sharepoint hosted app and uploaded to appcatalog. Actually this app is specific to one site collection none of the other site collections...
View Articleuse apps to customize user's my sites.
We have developed couple of web part that has to configured to display on the mysite landing page(i.e. home page). As it is not advisable to modify the out of the box site definition so i am using the...
View ArticleApps Deployment in Sharepoint Foundation 2013
Hi, I am a beginner in Sharepoint 2013. I have searched forĀ features in SP2013 , and found Apps as the main feature. I want to know whether App deployment is possible in Sharepoint Foundation 2013 and...
View ArticleSharepoint online to SQL on-premise
Dear All,Is there anyway of exchanging data between sharepoint online with on-premise SQL server without using BCS?Please advise.Avgoustinos
View ArticleSharepoint 365 Search REST API on behalf of another user
Is it possible to create an app that performs search REST requests in sharepoint 365 on behalf of another user? if not what is PersonalizationData and what is it used for? and is there any possible...
View Article