@robwindsor
I'm a .NET/M365 developer, trainer, author, MVP & MCT Alumni
Nothing here yet.
Jan 31 · 2 min read · In this post we’ll examine how to set or update SharePoint lookup field values using Microsoft Graph. The target of the lookups will be a list named Colors with three items: Red, Green, and Blue. These items have list item ids of 1, 2, and 3 consecut...
Join discussion
Nov 28, 2022 · 2 min read · You have a couple options when accessing SharePoint sites with Microsoft Graph, using the site Id and using the server-relative URL. The documentation alludes to the use of the server-relative URL, but it focusses more on the use of the site Id. I wa...
Join discussion
Nov 21, 2022 · 2 min read · Let's say I have an Orders list that has a lookup on a Customers list. The name of the lookup field is Customer and the target of the lookup is the Title field which stores the customer code. Now I want to get data from the Orders list using Micros...
RRohit commented
Oct 6, 2022 · 2 min read · After you deploy a SharePoint list form customizer extension to SharePoint, you need to register it to be used for the New, Edit, and/or Display forms of a list or site content type. To do this, you'll need the component id for the list form customiz...
Join discussion