Questions tagged [sharepoint-apps]

Questions containing this tag should include some basic information about the given SP installation: SP Online, SP Foundation, SP Server and the version year (Sharepoint Server 2016 for example). There also has to be an explanation about where it's hosted (sharepoint-hosted or provider-hosted).

Microsoft Definition for Sharepoint Add-ins.

190 questions
0
votes
1 answer

SharePoint Online: XsltListViewWebPart does not show up correctly

I have deployed SharePoint hosted app on SharePoint Online server. I have a custom page that shows list view of my custom list, that is stored on app web. List view is created using "XsltListViewWebPart" and added to my aspx app page. Here is the…
0
votes
0 answers

Unexpected Error when trying to debug/release app into SharePoint 20013 from Visual Studio 2013

I just create a VM to be my development environment, with a WS2008 R2 with latest service pack, has VS2013 also has a SharePoint farm. All working well. I'm trying to create a simple app and launching it into a Development Site in this SharePoint…
CidaoPapito
  • 572
  • 1
  • 6
  • 21
0
votes
1 answer

sharepoint notify new items to list

I'm creating a sharepoint hosted app, two pages, default.aspx and admin.aspx. When I update the list in the appweb thru a function in default.aspx, I want that a notify windows will popup to the client that are watching the admin.aspx page, that a…
0
votes
1 answer

SharePoint Hosted App 2013: Customize List/AllItems.aspx page

I'm trying to implement permission levels in SharePoint hosted app. I've created a custom list "Permissions" where I'm adding different users with their roles. I have created a page List.aspx where I'm showing my custom list "Products" as a list…
0
votes
1 answer

Token request failed at TokenHelper.GetAccessToken() when using OAuth2S2SClient

I created a SharePoint provider hosted app and it was working fine when I published and added to the site. I created a CName and registered in using appregnew page, deployed the cloud service project, installed and added the app. I am getting the…
Libin M
  • 481
  • 1
  • 6
  • 16
0
votes
1 answer

What is the recommended approach when using AngularJS with SharePoint WebParts

We have started using AngularJS within some SharePoint WebParts. So far, this has been working really well, however, we noticed that when we started placing more than one AngularJS WebPart onto a WebPart page, only the first WebPart on the page was…
Gary Ewan Park
  • 17,610
  • 5
  • 42
  • 60
0
votes
1 answer

Deploying a list with custom InfoPath forms included in Sharepoint-hosted app

I created a list and added some custom InfoPath forms to it. Is there any way to include the list and the forms in Sharepoint-hosted app? I was thinking about saving it as a .stp template and then deploying it but I don't really know how to do it.…
Szab
  • 1,263
  • 8
  • 18
0
votes
1 answer

Is it possible to use a Custom Action to add an item to a Site Actions menu in a Sharepoint 2013 app?

I've been trying for a while to add a Site Action menu element that would link to my remote app web page, like this example. The problem is that the example is not actually using the custom action to modify a site action menu. This would be easy…
Phil Gref
  • 987
  • 8
  • 19
0
votes
1 answer

Sharepoint 2013 - sharepoint-hosted apps system.unauthorizedAccessException

I'm creating a travel app in sharepoint 2013 (sharepoint-hosted app) from visual studio and deploying it on office 365. I have created a custom list on office 365 and am trying to access it on office 365 from jquery ajax with the following code but…
0
votes
1 answer

The issuer of the token is not a trusted issuer Sharepoint Provider Hosted App

I created an app by using the following tutorial: http://www.luisevalencia.com/2014/07/23/prepare-environments-sharepoint-provider-hosted-apps/ The app works perfectly if there are no sharepoint calls, I meant a response.write with hello world…
Luis Valencia
  • 32,619
  • 93
  • 286
  • 506
0
votes
1 answer

SharePoint Provider Hosted App - Identify Customer

If I build a provider hosted app for Office 365, how can I identify a customer and his environment? What I mean: The app will be free from marketplace but will have a on app purchase subscription. Let's assume the following scenario: If customer…
David Dury
  • 5,537
  • 12
  • 56
  • 94
0
votes
2 answers

Custom ListView in SharePoint 2013 app

I created a list in a SharePoint 2013 App and the Schema.xml contains the following node related to the AllItems view.
0
votes
2 answers

SharePoint Office 365 Apps, Increase File Upload size

I am developing SharePoint Office 365 App in visual studio. I have used a FileUpload control to upload files to SharePoint document library by using CSOM. I am facing an issues. The SharePoint Office 365 App doesn't allow to upload file greater…
Saifal Maluk
  • 63
  • 2
  • 12
0
votes
1 answer

Provider hosted app calendarview, view doesen't get updated after adding event

My application creates a calendar at my site, I have created a view in my code that creates a view for each person that is in my custom contactlist. In my contactlist I have a "User" field which is my username (in my case "Developer"). When I…
Hannes
  • 140
  • 1
  • 3
  • 18
0
votes
1 answer

SharePoint 2013 App not using site master page

I've created a simple SharePoint 2013 application and have setup: <%@ Page Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" …
widmayer
  • 327
  • 5
  • 17