Home > SharePoint App (Page 2)

Create list, Column Types, List Instance and List Views in SharePoint Hosted Add-in

In my previous post, "How to Create a Basic Accordion SharePoint Hosted Add-in," we focused on the basic Accordion App. In this article we will learn How to Create a Custom List, List Column, List View and List Instance. To perform all action we need to create a custom list in

This Article is TAGGED in , , , , , . Read more

What is the Host Web URL and App Web URL in SharePoint add-in?

In the first post of this series I introduced how to create a basic HelloWorld SharePoint Hosted Add-in. In this article we will discuss another important topic Host Web URL and App Web URL. Before start let understand What is the Host Web and App Web. Host Web: SharePoint site where our app will

This Article is TAGGED in , , . Read more

How to add Master page on SharePoint Hosted Add-Ins

In SharePoint Hosted Add-ins, it possible to change default master page. By default in SharePoint 2013 have default.master page which present in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\GLOBAL Steps to add master page in add-in Create SharePoint hosted add-in with name Hello World By default add-in solution contains Default.aspx page under Pages

This Article is TAGGED in , , . Read more

About add-in permissions in SharePoint Hosted Add-Ins

In this article we learn about add-in permissions in SharePoint Hosted Add-Ins, including types of add-in permissions, managing permissions and permission request scopes. SharePoint Hosted Add-in Permission Request Scope A SharePoint Add-in uses permission requests to specify the permissions that it needs to function correctly. Table 1. SharePoint add-in permission request scope URLs

This Article is TAGGED in , , , . Read more

How to create Hello World SharePoint Hosted Add-in

This article provides step by step instructions to create a basic SharePoint Hosted Add-ins. For that we need a Dev environment site and Visual Studio 2013/latest version. if you don't have an Office 365 Developer Site, Sign up free from sign up page. We assume that you have setup and you do

This Article is TAGGED in , , . Read more