Home > Ranjit Pokale

Calendar List option is missing in SharePoint

Hello everyone, in this post we discuss on how to fix missing Calendar list in SharePoint. 1. Go to the "Site Settings" 2. Go to "Manage Site Features" 3. Check "Team Collaboration Lists" feature is activated or not. If not, activate the feature. Then, you should able to create Calendar list in site from

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

Archiving the files from one document library to another document library in SharePoint

Hello everyone, in this blog we will discuss on "Archiving the files from one document library to another document library in SharePoint". Suppose there is a requirement to Archiving library files that are not modified last 7 years. To accomplish above job in SharePoint, we will utilize Content Organizer feature. Content Organizer The Content Organizer is a

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

Create custom Client Side Web Part using SharePoint Framework (SPFx)

Hello everyone, in the previous article we saw Modern SharePoint and Modern SharePoint vs Classic SharePoint in SharePoint Online now in this article, we will discuss the following points: Overview of SharePoint Framework (SPFx) Set up configuration Office 365 tenant app catalog site Set up configuration SharePoint Framework development environment Steps to build SharePoint client-side

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

How to add external libraries and assets in SharePoint client-side web part

Hello everyone, welcome to my SPFx article series this my third article on SPFx. Here we will discuss how to add resources correctly in a client-side web part. First, we will see what kind of resources we add in a web part? Resources include images either a logo or icons, external

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

Deploy SPFx Client side web part in SharePoint Online

Hello everyone, in the previous article we see Client-Side Web Part using SharePoint Framework (SPFx)  now in this article, we will discuss deployment and package building solution process. Deployment Scope Before we deploy SPFx web part in SharePoint we need to choose deployment scope. There are two options are available in SharePoint are they Tenant scope Site Collection

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

PowerApps Search and Filter functions

Hello everyone, welcome to my PowerApps series blog, in this blog we explore PowerApps search and filter functions. PowerApps include a “gallery”  that automatically shows items in a SharePoint list. This is great when you use the built-in search controls to find an item in the list or to use your application

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

PowerApps send Push Notification

Hello everyone, welcome to my PowerApps series blog, in this blog we explore how to connect an app to PowerApps Notification, how to send a push notification from a flow or from an app. In PowerApps, we can send a push notification by PowerApps notification connector that helps to send a

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

How to connect Power Apps to SharePoint document library

Hello everyone, welcome to my PowerApps series blog, in this blog we explore how to connect an app to SharePoint document library. If you have gone through Microsoft PowerApps common issues and resolutions you see in point 20 it clearly mentioned that PowerApps support only SharePoint custom list but not a library.

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