Home > SharePoint 2013

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

How to send an email using REST API in SharePoint?

In SharePoint Online we have used the Workflow to send an email notification to the user/group, but in some cases, we don't want to create a workflow just for email. For more info about the email trigger using workflow click HERE. In this article, I will share how can we send emails

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

How to check External Sharing On or Off for a Site Collection using JavaScript or Client side object model?

To check External Sharing On or Off for a Site Collection we will use _spPageContextInfo object.  _spPageContextInfo is a global object. It belongs to any pages like site page, wiki, publishing and system pages. It provides us lots of useful information about the web site. Like _spPageContextInfo.userId - it gives us a current

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

Email with an attachment from SharePoint document library using Microsoft Flow

Hello everyone, in this blog we will discuss on 'Email with an attachment from SharePoint document library' using Microsoft flow. In SharePoint, we have two option for sending an email with attachment either by Workflow or Microsoft Flow service. Here we will discuss on Microsoft Flow service. Steps: Create a flow with one of

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

How to remove user Permissions completely from SharePoint Site

We often get request from client to remove user from entire site. This is no longer tedious task now. You can follow below steps to achieve this. Open your SharePoint Site You can directly hit the URL <siteURL>/_layouts/15/people.aspx?MembershipGroupId=0 This will show all the list of users who has access on the site Select the User

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

Page Layout and Text Layout Buttons Disabled on SharePoint Ribbon

Recently I was working on a Publishing site where I want to update a page layout and I am surprised to see my page layout button was disabled.  There are many reasons why the Page Layout/Text Layout button gets disabled in the ribbon: Check If you have sufficient permissions SharePoint Server Publishing Infrastructure feature is

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

How to export and import SharePoint list Data with Save list as template

In SharePoint there are multiple method for export/import list data but I think this is the simplest, time saver and quicker method for export/import or backup/restore of list data. In this article I 'll show you how to export SharePoint list from One SharePoint Site and import to another SharePoint Site with

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

Content and Structure in SharePoint 2013

A site Content and Structure feature is used to manage both the content and structure of your SharePoint site collection. To activate this feature you need to have a publishing site. We need to activate below two feature to convert any site to Publishing site SharePoint Server Publishing This feature create a

This Article is TAGGED in , , . Read more