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).
Questions tagged [sharepoint-apps]
190 questions
0
votes
1 answer
Can I sync a Sharepoint 2013 List with Project Server 2013 List? C# or JavaScript API?
If this is possible, where is the best way?
Creating a SharePoint project or app?
Thanks for help-me!

Joao Paulo
- 1,083
- 4
- 17
- 36
0
votes
1 answer
How can we use SP client side people picker in provider hosted app in sharepoint 2013?
I have used client side people picker in sharepoint hosted app model, but in provider hosted app it does not work, because it consume some people picker related .js files from _layouts folder or internally consume some SP services.
so i just wanted…

Rishi Jagati
- 626
- 1
- 6
- 28
0
votes
1 answer
Is it possible to get the data for twitter search API version 1.1 using Client Side Scripting
I'm developing SharePoint Hosted APP in that i need to use java script only. In previous version 1.0 i can get the data using client side scripting but now in the twitter search API version 1.1 they using some authentication.So that we need register…

saravananraj
- 27
- 8
0
votes
3 answers
Appweb is not found
I have created an sharepoint app which just contains a blank page. When I use vs2012 and hit f5 to debug the app is installed and works perfectly. when, I use publish and get the. App file and upload it to the app catalog of the web application,the…

Kunatz
- 23
- 6
0
votes
1 answer
Why do I get 'ReplaceContent' attribute is not declared?
I have a SharePoint 2013 dev machine. I've built an app and need to be able to use ReplaceContent="TRUE" on some of the items within my Elements.xml files so that when I publish and install a new version to my production SharePoint these elements…

Kirby
- 1,739
- 1
- 17
- 21
0
votes
1 answer
How to get WebPartManager for a Page from App?
I'm trying to get a webPart manager for the page, where my App was added. How can I get the current page server relative Url?
using (var clientContext = new ClientContext(SPHostUrl))
{
var serverRelativeCurrentPageUrl =…

Warlock
- 7,321
- 10
- 55
- 75
-1
votes
1 answer
How to update Multi-Line field of SharePoint Add-In List to Enhanced RichText using PowerShell
I have a List column in SharePoint Add-In in SharePoint Online which is a Multi-Line Rich Text field. I want to convert it to Enhance Rich Text field using Power-Shell.
$URL, $Username, $password and $ListTitle are passed as parameters to the…

SudarshanJ
- 1
- 4
-1
votes
1 answer
Published sharepoint app is different from the debug version in visual studio
I'm working on a sharepoint add-in. I have a list based on some content types. When I debug the application using visual studio, the hidden site columns are hidden which is correct. But when I package the app, upload then add it to site content in…

Rahma
- 255
- 3
- 21
-1
votes
1 answer
SharePoint Apps turned off.
I have installed SharePoint 2013, and configured a team site.
I am able to add default app like list and document library. But when I try to add some app from the SharePoint store, I get a message that the apps are turned off and contact your system…

Alex Varghese
- 499
- 2
- 6
- 13
-1
votes
1 answer
Is it posible to do app for SharePoint that create another site and create a list and libraries on this other site?
I want to create my first SharePoint App. I am wondering, is it possible to create an app which will create SharePoint site and will build a structure (with a few lists and libraries) on this site?

TomCCC
- 1
- 1