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 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…
0
votes
1 answer

Is it possible to have for a List SPItemEventReceiver in a Low Trust Provider Hosted App?

i have a Provider Hosted App which runs in Low Trust Mode. I have two lists (one for the main items and another one as archive for deleted items). I want to know if and how it is possible to have like in full trust solutions a list a…
STORM
  • 4,005
  • 11
  • 49
  • 98
0
votes
2 answers

SharePoint Add-in registration scope in SharePoint online

I'm creating a console application that will upload files to a SPO site collection. I'm registering a SharePoint app using /Appregnew.aspx page and obtain ClientID and ClientSecret and use it on my console application. I need this console…
supunbula
  • 1
  • 2
0
votes
1 answer

Provider hosted asp.net mvc app upload file

I am trying to create a simple post in which I am also attaching an image using Provider Hosted App on Sharepoint online, and I am not able to get SPHostUrl at Controller in HttpContext.Request, I mean SPHostUrl is missing in HttpContext.Request. …
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
0 answers

SharePoint Design package breaks App's master-page

I've created a design package for custom look & feel in SharePoint 2013 sites. After importing the package if I visit SharePoint hosted apps, master-page seem to be broken. I've tried to fix master-page using below PowerShell but it doesn't seem to…
0
votes
1 answer

Is it good to move from Asp.Net MVC to sharepoint Apps?

I am little bit confused now a days. I have one year of experience in .Net MVC. I have done one whole project. My key skills are MVC4,LINQ,EF,Jquery,WCF. I am about to finish this project. In my current company they are pushing to Sharepoint apps. I…
Niranjan Godbole
  • 2,135
  • 7
  • 43
  • 90
0
votes
2 answers

What is best method to get GetItemsWithUniquePermissions count from SharePoint 2013 using client context (CSOM)?

I’m converting Event receiver codes into Remote event receiver using SharePoint 2013 Client context. I need to get list items with unique permissions count to validate while creating new document in certain site collections It is possible using…
kalimuthu
  • 5
  • 1
  • 5
0
votes
0 answers

Get Google Email Using Azure AD user credentials

we are creating app which will be hosted on SharePoint Site. we have builded trust between google for works and azure AD. now we want to access Google email using current user credentials (without inputting username and password). we are using…
0
votes
1 answer

Asking for digest credentials while deploying a sharepoint hosted app

I am getting a popup asking for Digest credential while deploying a sharepoint hosted app, i created a brand new sharepoint hosted app with out wrighting any code i deployed that in developer site, i got a page for trusting an app and i gave full…
0
votes
1 answer

Can I develop SharePoint 2013 add-in from different machine in domain?

I have SharePoint Foundation 2013 installed on a server. I want to do the development using My machine. I have Visual Studio 2015 installed, with Office tools. I can create an app and deploy it to office 365. But when i try to deploy to an…
0
votes
1 answer

TextArea Input error: Request Failed Invalid Text value. A text field contains invalid data

My form contains a textarea input. When the user enters the data in this textarea and submits the form he is given the below error. Can any one help me in finding the problem and how can I solve this issue?