How to add a SharePoint List Item using Express JS by passing Request Digest

This article is about how to configure Express JS and pass the request digest for SharePoint to add a new list item

 

How to visualize Access 2013 web app data in Excel

Issue Description: The expectation is to consume the Access Web App data inside excel to get some report out of it

 

How to Add / Remove Site Collection Administrator in SharePoint Office 365 Programmatically using C# Client Site Object Model (CSOM)

In the previous article we saw how to add a User as Site Collection administrator in SharePoint Office 365. But it requires a Tenant Admin User Credentials. But most of the cases we may not get that for all the customers. Hence thought of coming up with an approach with Site Collection Permission itself. The below code is self-explanatory.

 
 

How to Set a Property Bag Key as an Indexed (Queriable via Search) Programmatically using C# Client Side Object Model (CSOM)

Recently in our projects we are using a lot of Property Bag Values. But in some specific requirement we were trying to Search the Property Bag from the SharePoint Keyword Query. To do that we want the Property Bag Key to be Indexed as Queryable. That we need to do programmatically as part of our Provisioning. Let us see how to do that. The code is very straight forward.

 

How to retrieve the SharePoint List Item using Express JS

Express JS is a node based web server for web and mobile applications. In this article we can have look into how to retrieve the SharePoint list items via Express Js

 

How to create a sub-site under a Modern Groups team site with classic homepage instead of Modern homepage as default

Based on the new MS release both existing and new groups will now get a SharePoint Online team site. Within a group’s team site this roll out brings a new home page

 
 

Technical Aspects of Nintex Workflow Designer for SharePoint

The Nintex Workflow Designer allows all SharePoint users across the organization to easily and quickly design workflows using simple user interfaces with

 

An Overview of Nintex Workflow for SharePoint (Beginner)

Nintex is one of the best and coolest way to implement Workflow in your SharePoint environment. Well it is a Workflow Automation Platform released by Nintex

 

How to Create Content Organizer Rules Programmatically using C# Client Object Model in SharePoint Office 365

In the last articles we saw how to create the content Organizer Rules manually. But in case if we want to create more number of Rules it is not practically possible. Let us see how to create the Content Organizer Rules Programmatically.

 
 

Open Office Documents In Default Client Applications Instead Of Office Web App

The expectation was to open the open office documents always using the office client rather using office APP. We found that activating “Open Documents in Client Applications by Default” feature would solve this; though it worked but not 100 %