-
I asked Microsoft Copilot, Is SharePoint…?
SharePoint stays relevant in the AI era with Copilot integration. Microsoft enhances SharePoint with Large Language Models, Microsoft Graph data, and new content creation tools for efficient collaboration. It enhances content management, deepens engagement through integrations, and offers a flexible, evolving platform for tailored user experiences and custom applications.
-
What are SharePoint Content Types?
A brief description of SharePoint Content Types.
-
Using SharePoint REST API to GET List properties: ListItemEntityTypeFullName
To find the ListItemEntityTypeFullName property for a SharePoint List, use REST API calls with either the List ID or ListName in the URL. Append “?$select=ListItemEntityTypeFullName” to get the property specifically. For detailed information, consult Microsoft’s guide on working with lists via REST.
-
Hide or show fields in New or Edit forms
Microsoft has made it easier to customise “modern” SharePoint Online Lists and Libraries Forms natively. But what do you do if you need to managing a “classic” Form or the edit for option is just not available?
-
SharePoint/SPFx: Returning to Webpart Development Part #4 (with React Hooks)
This article is different to its predecessors in the series, because I have published the SPFx-People-Search webpart solution to my GuiHub repository, I will be focusing on what I have found challenging about writing this webpart with React Hooks, SPFx and Microsoft Graph.