Questions tagged [sharepoint-addin]

This tag is used for SharePoint apps (also known as SharePoint Add-ins) development.

SharePoint offers a new flexible development model - you can use SharePoint to create apps for SharePoint that take advantage of standard web technologies, such as JavaScript, OAuth, and OData. And SharePoint 2013 provides you with functionality to interact with SharePoint resources and a wide range of hosting options.

There are two basic kinds of apps for SharePoint — SharePoint-hosted and Provider-hosted. The new app for SharePoint development model gives you the ability to build apps that take advantage of SharePoint capabilities and that run in the cloud instead of on your SharePoint farm. This flexible development model, along with the integration of standard web technologies, makes SharePoint development work more like other kinds of web development that you may already be doing.

Useful Links:

  1. SharePoint Add-ins
  2. Get started creating SharePoint-hosted SharePoint Add-ins
  3. Get started creating provider-hosted SharePoint Add-ins
2392 questions
12
votes
2 answers

How to send email in SharePoint Hosted apps 2013 for SharePoint Foundation?

Did you know how can I send an email in my SharePoint Hosted apps? currently I am create a visual studio 2012 project for SharePoint 2013 foundation hosted apps with JavaScript code. I do not be able to send an email while user submit my request…
tola
  • 363
  • 2
  • 4
  • 12
11
votes
4 answers

Where and how are sharepoint list stored in sharepoint apps

Sharepoint Apps, can be installed in multiple site collections. According to everything I have read about apps, sharepoint apps are isolated from the sharepoint environment and I can completely understand that. Chris O Brien says this: If you’re…
Luis Valencia
  • 5,201
  • 22
  • 118
  • 219
11
votes
2 answers

SharePoint Apps vs Features

SharePoint 2013 supports new kind of Solutions called Apps.According to MSDN, Apps are self contained piece of functionality and easy to install, use and update. I think SharePoint features also support easy installation and upgrade. A feature can…
gravinskm
  • 192
  • 7
8
votes
2 answers

How to check who created list view in SharePoint 2013

I wanted to check account who created list view in Sharepoint 2013
Nguyen Viet
  • 83
  • 1
  • 5
7
votes
1 answer

SharePoint 2013 Apps installation is taking a very long time

All said: almost 10' to install an app. ... Installation is in progress (00:09:40) Installation is in progress (00:09:45) Installation is in progress (00:09:51) App was installed at…
Ariel
  • 261
  • 3
  • 7
6
votes
6 answers

Hiding apps from users

I have a question about adding SharePoint apps: Is it possible to hide an installed/added app (in a site collection) from users with specific permissions or from a user group? Thank you
mbrb
  • 279
  • 1
  • 3
  • 6
6
votes
2 answers

Differences between hosting options for SharePoint apps

When we create a new app in Visual Studio, we are given the option to select an hosting model: What are the differences between the various models?
HelloWorld1
  • 1,035
  • 7
  • 17
  • 23
6
votes
2 answers

SharePoint 2013 AppPart "JavaScript runtime error: 'Type' is undefined in the sp.runtime.js"

I'm just starting with SharePoint 2013 dev. I've created a VM on my computer, it's running Windows Server 2013 and SharePoint 2013 Foundation. I'm trying to create a App with a App part in it. On VS 2012 I've created a new project based on the…
C. Hoffmann
  • 625
  • 2
  • 6
  • 20
6
votes
2 answers

How do I configure the small icon that appears when my app part is inserted?

I've been able to configure the app icon for my app part, which appears in the app catalog in SharePoint. However, when my app is inserted onto a page a grey cube is rendered, rather than the icon. Does anyone know how to configure this in my app…
5
votes
1 answer

What is a "tenant" or "tenancy" in SharePoint Apps?

I've been hearing a lot of "tenant" or "tenancy" in the SharePoint Apps world, but seems no one has ever explained it clearly. This confuses me when I start to develop SharePoint Apps. Does any one can explain what is a "tenant" or "tenancy" in…
Jony
  • 616
  • 4
  • 10
5
votes
1 answer

SharePoint Online Apps 64bit

I am writing a SharePoint 2013 Online Autohosted app. Everything works fine, but there is one problem I have. I Would like to use Controls like the DateTimeControl, which is in the Microsoft.SharePoint.WebControls assembly. I included a reference to…
AdelPoint
  • 395
  • 6
  • 16
5
votes
1 answer

SharePoint Apps - What is App catalog?

What is SharePoint Application catalog? and where do we use this?
Karthikeyan
  • 2,548
  • 14
  • 82
  • 142
5
votes
2 answers

SharePoint 2013 App Part and Modal Dialogs

I've created a SHP 2013 Sharepoint-Hosted App on visual studio. On my App.js that's created by default, i have the following lines to show a Modal Dialog var options = { url: 'http://www.google.com', width: 400, height: 300…
C. Hoffmann
  • 625
  • 2
  • 6
  • 20
5
votes
1 answer

Sharepoint mobile app for android

Microsoft SharePoint app behaves differently for ios and android. In ios it is asking for the option Online/On Premise. Whereas, in andriod it takes you directly to online account login page. Please suggest a free SharePoint mobile app to open…
Sharanya
  • 650
  • 9
  • 21
5
votes
0 answers

add a jslink in item add form using Schema.xml

How to add a jslink in Calendar list new item add form using Schema.xml I'm Try this code:
1
2 3
13 14