Questions tagged [sharepoint-addin]
42 questions
0
votes
0 answers
How to auto-generate excel reports based on a SharePoint custom list?
I would like to utilize SharePoint 2007 platform to help do auto-reporting. Scenario is as below:
I have a custom list, e.g.
Employee Project Hours Month
Mike A 10 January
Tom B 5 April
I'm…

liayaaaa
- 1
- 1
0
votes
1 answer
Deploying SharePoint Hosted App in SharePoint 2016
I am developing SharePoint Hosted App and followed steps mentioned in below Microsoft link to create app domain.
https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/set-up-an-on-premises-development-environment-for-sharepoint-add-ins
Here is…

Ravi Khambhati
- 637
- 1
- 12
- 35
0
votes
1 answer
SharePoint Online provider host Send Email - Access denied
I'm developing a SharePoint Provider hosted Add-ins using CSOM and I'm having Access Denied when sending a email using:
EmailProperties emailProperties = new EmailProperties();
emailProperties.To = emailAddresses;
emailProperties.From =…

Joao Miguel
- 31
- 4
0
votes
1 answer
SharePoint add-in with Angular 4
Has anyone tried using Angular 4 within a SharePoint hosted add-in? I've followed a variety of examples like these that are working with Angular 2 but once i try to replicate with Angular 4 i get obscure errors when i publish the add-in.
Examples…

user1783490
- 273
- 1
- 8
- 23
0
votes
2 answers
SharePoint add-in [SharePoint hosted app in Office 365] Rest api call Cross Origin Resource Sharing error?
When i tired to get list title from developer site present in SharePoint online, i get CROS error. I have provided full permission to list and web in AppManifest.xml;
It is a simple ajax call that consume Sharepoint api rest services
Code:-
function…

Vinod kumar G
- 639
- 6
- 17
0
votes
2 answers
SharePoint Add-in has "Full Control" on "Web" level but is not able to access sub web lists
I have a SharePoint Add-in which has the following App Permissions defined in the AppManifest.xml.
…

Mathieu
- 367
- 3
- 11
0
votes
1 answer
SharePoint 2013 on-prem Add-In EmailAssignTo on task list
I've created a Task List in my app web with a custom content type based on task. I want to be have an email sent when an item is assigned to someone.
Looking around it seems that adding EmailAssignTo="TRUE" to the List element in Schema.xml…

Euan
- 1
0
votes
1 answer
Not able to retrieve the AppOnly Access token in the new SharePoint Development Framework((SPFx)) App
We are creating a hybrid (SharePoint Add-In + Provider Hosted based API) App to display the data from the SharePoint List using custom API. To retrieve the data from the list, we need the Access Token so that query can be made in the user context,…

Boopesh
- 1
- 1
0
votes
2 answers
SharePoint provider-hosted app licence check
I have an SP app, which I am hoping to release to the store.
The last thing I want to implement in it is a licence check, which I am doing on the server side (C#).
I found that to do this I need to first retrieve the current licences from…

tsw_mik
- 81
- 1
- 6
0
votes
2 answers
Failed to instantiate file "app.module.ts" from module "RootModule"
I have sharepoint add-in project, I have inculuded necessary angular2 packages and ts files as you see ss of solution explorer in below:
and here is my ts file contents;
boot.ts
import {bootstrap} from 'angular2/platform/browser';
import…

TyForHelpDude
- 4,828
- 10
- 48
- 96
0
votes
1 answer
sharepoint add-in multi site installation
developing a provider hosted application where the application redirects to different pages of a web application hosted on an azure web site.
This web site also handles the app installed event.
The problem is that in the web.config of the site, we…

Rami Sarieddine
- 5,396
- 35
- 41
-1
votes
1 answer
How many IIS web sites & SSL certificates we need for hosting our 5 Remote event receivers addin inside Azure VM
I want to host 5 provider hosted addins for our sharepoint online sites. now the provider hosted addins implement Remote Event receivers. So we have purchased an Azure VM to host the Remote Event Receivers.
But i have the following questions:-
how…

John John
- 1
- 72
- 238
- 501