Skip to content

PnP and SharePoint SIG / July 5th, 2018 / Demo Examples (List Items System Update options in Modern SPO Stack)

Notifications You must be signed in to change notification settings

koltyakov/sp-sig-20180705-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List Items System Update options in Modern SPO Stack

The demo shows capabilities for SharePoint list items System Update using client-side APIs.

Follow-up blog post

Prerequisites

  • Node.js & PowerShell
  • SharePoint Online

Restore dependencies

npm install

Installs Node.js dependencies and PnP PowerShell (if not installed).

Connect to SharePoint

npm run config -- --force

Prompts for SharePoint site url and credentials.

SharePoint online and SAML user credentials should be provided.

Use only test site collection.

Provision demo artifacts

npm run provisioning

Provisions all the artifacts required for the demo.

Demos

JSOM (systemUpdate, updateOverwriteVersion)

npm run demo:1

JSOM (raw XML package, systemUpdate)

npm run demo:2

REST (validateUpdateListItem)

npm run demo:3

Reset test data

npm run reset

Recreates all existing items in a test list using random users from the site and ramdom dates.

About

PnP and SharePoint SIG / July 5th, 2018 / Demo Examples (List Items System Update options in Modern SPO Stack)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published