Home > SharePoint (Page 2)

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 add additional Lookup fields via Schema.xml in SharePoint Add-in

Hello folks, Recently I was working on SharePoint Add-in app with two different lists. First is "Requests" and Second is "TimeSheetCategory". "Requests" list fetching a lookup column "TaskCategory" from "TimeSheetCategory" list, but requirement changes and need another column "ORTCalculationPercentage" from "TimeSheetCategory" in "Requests" list. In SharePoint OOB you can add additional column

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

How to use the SharePoint Migration Tool

SharePoint Migration Tool

In the first post of this series, I introduced SharePoint Migration Tools Comparison Matrix between SharePoint Migration Tool Vs Sharegate Vs Metalogix. In this article, we will discuss the SharePoint Migration Tool powered by Microsoft. The good part of this tool is, it is Free and you don't need to be global admin

This Article is TAGGED in , , , . Read more

SharePoint Online Search using Rest API with query text?

Hello  Today we will cover SharePoint Search with REST API. In this tutorial, I will explain SharePoint Search API with the Query Text parameter. In my next article, I will cover Query parameters with different data types like SelectProperties, RefinementFilters, Properties etc. The Search REST service supports both HTTP POST and HTTP GET

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

SharePoint Migration Tools Comparison Matrix between SharePoint Migration Tool Vs Sharegate Vs Metalogix

Recently my manager gives me a task to create a comparison Matrix between the SharePoint Migration Tool Vs Sharegate Vs Metalogix. So in this article, I would like to share SharePoint migration tools comparison matrix. I will also attach the comparison matrix sheet with this article.  Below the table is showing a summary of SharePoint

This Article is TAGGED in , , , . Read more

How to Check SharePoint Online Version?

While SharePoint doesn't have any version button or version infobox, so it's difficult to find which version of SharePoint am I using? So in this article, we will show you how to check the SharePoint Online version without any code. There are 3 ways to find out the version number: Service cnf file Using Browser Dev

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