As an SharePoint Administrator we always need to check if the site has Nintex Workflows. In Out of the Box it is very difficult or lengthy process to check the workflow of the site. Here PowerShell comes in picture. We can use PowerShell to determine if the site has Nintex Workflows. Hide Ribbon Save button…
Tag: SharePoint
Nintex Form: Trigger a workflow from a Button click
Today, we are going to see how to trigger a Nintex workflow from a button click in Nintex Form. In Nintex Form Trigger a workflow from a Button click is a very simple process. We can see it in the below thread. Starting a workflow from a Nintex Form can be performed using a Javascript…
Nintex Form – Add Print Button
Hello SharePointers,Today we are going to see How to add Print button in Nintex Form. In Nintex Forms – Add Quick and Easy Print Function is very easy. To do that just follow below steps. Nintex Forms – Add Quick and Easy Print Function This JavaScript allows you to quickly and simply print the form…
How to Convert Site Page into News Post in SharePoint Online?
In this article we are going to see “How to convert Site Page into News Post SharePoint Online “ Requirnment: Promote Site Page to News post in SharePoint Online. How to Convert Site Page into News Post in SharePoint Online? In Modern SharePoint sites, there are two type of pages available. one is Site Pages…
PowerShell to create Team Site in SharePoint Online
Hello SharePointers, In today’s article, we will learn about How to create a Team Site in SharePoint Online with PowerShell. This is the second part of the article series about creating SharePoint sites. In the last part, we learned about how to create a communication site in SharePoint Online using PowerShell. If you newly joined…
Move SharePoint Online Files with PowerShell
In my last article, we learned How to install PnP Powershell on the computer. now we’ll see Move SharePoint Online Files with PowerShell. In today’s article will discuss how to manage SharePoint online document libraries using PowerShell. we’re only moving files, copying files, removing files and telling us from different bits and pieces you know…
SharePoint REST API: Check if the current user is present in SharePoint Group or not
Hello SharePointers, In this blog, we will be using the SharePoint REST API to check if any user is present in the SharePoint group or not. In my recent development, there was a requirnment to check the user from perticular group and manage his access to the document Library. So I have used a REST…