knowledgecenter-breadcrum

Category

Category : SharePoint

Create a Dataverse table with a SharePoint List

In today’s business world, Organization uses SharePoint lists for document management, and data storage. Let's assume a scenario where an organization uses SharePoint list to track projects and store documents. They also rely on Dynamics 365 CRM to manage customer relationships. By linking SharePoint lists with CRM, project managers at Organization…

Create SharePoint list items with attachments in bulk using the Console app in C#.

Introduction : In this blog we will understand Bulk Creation of SharePoint List Items with Attachments using C# Console App Steps: Step 1: Create console app in VS Studio as shown below. Step 2: Declare variables that takes input from the user and store inputs received in declared variables. Step3:…