Home > SharePoint-hosted app

How to send an email through Visual Studio workflow in SharePoint Hosted App

Hello, In this article, I will show you how to send an email through Visual Studio workflow in SharePoint Hosted App, I am using VS17, We have seen we can send email using SharePoint Designer, Microsoft Flow, and RET API. Send an email through Microsoft.SharePoint.DesignTime.Activities.Email activity is quite old but I

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

How to get Current Site URL in Visual Studio SharePoint workflow

Using "LookupWorkflowContextProperty", we can retrieve Current Site URL. LookupWorkflowContextProperty retrieves a property from the workflow instance. LookupWorkflowContextProperty which return following properties. Associator: SharePoint app pool account when you first created the web application. [SHAREPOINT\system] Initiator: Get the name of the workflow Initiator, It will return user name who initiate the workflow Association Name: "UserInfoWorkflow -

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

How to Find and Change the deployment URL of a solution in a SharePoint Hosted App?

Recently I had faced trouble to find my SharePoint Hosted Add-in deployment URL because I want to deploy my Hosted App in another office 365 site. After some research, I have found the solution and want to share with all. How to find the Deployment URL? Select the project file in Solution Explorer

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

What is Manifest file in SharePoint Add-In?

In the second post of this series I introduced What is the Host Web URL and App Web URL in SharePoint add-in. In this article we will discuss another important and required file, which called AppMainfest.xml. It is an XML file. Every SharePoint Add-In include AppMainfest file on his package. The Mainfest file

This Article is TAGGED in , , , . Read more

Chrome Control in SharePoint Hosted Add-In

In this post I would like to show you what exactly chrome control is and how you could create chrome control to branding your add-in with the host site. The chrome control in SharePoint enables you to use the header styling of a specific SharePoint site in your add-in without needing

This Article is TAGGED in , , , . Read more

How to Create a Basic Accordion SharePoint Hosted Add-in

In this article, we are going to make a Basic Accordion SharePoint Hosted Add-in, built with HTML, CSS and jQuery. These type of add-ins are mostly used in FAQ's where we have Question and Answers.  Before start on an Accordion I request to go through the other SharePoint Add-in articles in this

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

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

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