In this post, I will explain how to delegate the filter function to SharePoint on the Person/Group column.
In this post, I will explain how to delegate the filter function to SharePoint on the Person/Group column.
SharePoint exposes a REST interface that allows us to perform basic create, read, update, and delete (CRUD) operations on its entities. These operations are performed by constructing a RESTful HTTP request, using the OData standard, that corresponds to the client object model API you want to use. Each SharePoint entity is exposed at an endpoint Read
SharePoint PnP reduces the amount of code you write. PnP is essentially, a trimmed version of the Client Side Object Model (CSOM) and the JavaScript Object Model (JSOM) libraries.
Get to know ShaprePoint Field Definition Schema and how to use it with PnP Powershell
As a financial institution operating many ATMs across the country and across continents, how can you use Office 365 to gain insights into external problems affecting your ATMs. I am not talking about internal issues such as ATMs running low on cash, but environmental problems such as vandalism, broken screens and dirty surroundings.
Filtering on columns are very easy but not so much for lookup columns to another list for some of you. In this post, I will show you how you can easily do it.
Microsoft announced the new features coming to SharePoint web part for Office 365 by the close of the year, 2019. So what is new?
The SharPoint person or group field exposes a handful of important properties. This post will list them and serve as a reference to anyone who needs it.
The usual way to call the SharePoint REST API was to include in the header request: accept: application/json; odata=verbose. The good news is that, this header is now optional, and more OData options have been added.