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

how to change host web url from sharepoint provider hosted app

I want to change url of host web from provider hosted app. Basically, after completion of some business logic in my provider hosted app, I want to navigate to another page of SharePoint portal (for example the search-center page). When I do…
0
votes
2 answers

Customize ECB menu of Sharepoint hosted add-in

How could I hide some menu items from a ECB menu in a Sharepoint add-in, based on permissions? My Sharepoint application is Sharepoint hosted not provider hosted, so the javascript injection method wouldn't work. Thanks
0
votes
2 answers

MVC Redirect to another page

I have a controller which processes an uploaded file. In that controller, I return the user to a SharePoint list depending on the successful parsing of that file. I am able to enter a direct URL, but I am opening this page in a form so I need to…
user3362735
0
votes
1 answer

SharePoint 2013 provider-hosted app with FAB authentication model

I am using FBA authentication model into one of SP WebApplications in our SP 2013 farm to give users outside the AD, accessibility to one of SPSite so they can access the lists & Libraries and run sharepoint apps .. for that I installed & configured…
Basel
  • 23
  • 7
0
votes
1 answer

Access denied, SharePoint app. Copy file to another site collection

UPDATE: I understand now that by installing an app in web scope, it only gets access to the hostweb and appweb. So I tried to batchinstall the app - and now the APP works. However, the App Part isnt available other than in the App Catalog. Does…
0
votes
1 answer

Sharepoint hosted app giving 403 Forbidden Error

I am developing sharepoint hosted app and i am using rest api by angular.js or jquery.So I dont accept the app list give an error 403 Forbidden Rest call looks like $http({ method: "GET", url: appweburl +…
acebisli
  • 106
  • 2
  • 9
0
votes
1 answer

Angularize SharePoint Client Side Taxonomy Picker

The Patterns and Practices team has released a client side taxonomy picker for use when integrating with SharePoint. It works well, but uses jQuery and my SharePoint App is built in Angular... which seems to be a growing trend. I would like to…
Kode
  • 3,073
  • 18
  • 74
  • 140
0
votes
1 answer

Create a DNN 7module with SharePoint 2013

I want to know if there are any projects that use DNN 7 to interact with SharePoint 2013. The SharePoint 2013 is a Provider hosted. For the setup, DNN would be installed on the same server as the App server and SharePoint 2013 on a separate server. …
0
votes
1 answer

How to deploy SharePoint 2013 Provider hosted app on Microsoft Azure and SharePoint 2013 On Premise?

I need to deploy SharePoint 2013 Provider hosted app on Microsoft Azure and SharePoint 2013 On Premise. The same app works well when deployed on Microsoft Azure and SharePoint 2013 Online, however I get SharePoint Context error in case of SharePoint…
Mithun Ganatra
  • 453
  • 4
  • 21
0
votes
3 answers

Are office365 font icons available for free use or for purchase?

I want to use the office365 font icons in a sharepoint app that i am developing, which will be deployed on office365. If you have a look at the below image, you will find out in to right you can see the settings icon, when I inspected it the span…
Nitesh
  • 1,241
  • 4
  • 16
  • 25
0
votes
2 answers

Fetching all items in SharePoint List

I need to Fetch all items from a Announcement List and show each of them by using slider.For Sliding,I am using JQuery.I am facing problem in fetching all items and displaying one by one.I have used below code. function Fetchdata() { var…
0
votes
1 answer

How to create an Enterprise custom field programmatically for Project Server

I want a Sharepoint 2013 app to create programmatically an Enterprise Custom Field when it runs for the first time. I fiddled around with the following code snippet, but it's not working var projContext = PS.ProjectContext.get_current(); function…
0
votes
0 answers

Install SharePoint Hosted App

I created a SharePoint Hosted App and it is running on test environment. But when i try to install the same app. It takes long time and gives error "It take too long time". Any ideas about that?
Can PERK
  • 590
  • 8
  • 24
0
votes
1 answer

Invalid Host Name when access app in sharepoint 2013

I'm new to sharepoint and start to learning develope in sharepoint. When I start deploy an app to sharepoint a local server, it deploy successful with no error. But when I access to the app, it's always bad request: invalid host name. I have…
0
votes
2 answers

How to get SPProductNumber via Client Object Model?

I am looking for way to get SPProductNumbervia client object model. I have sharepoint app, and I need to connect client application and that app. To do this I need to get SPProductNumber. If there is not way, anyone know how to check it with…