Posts

Posts mit dem Label "SharePoint Online" werden angezeigt.

Moderne SharePoint-Listenansichten und interaktive HTML-Seiten mit Copilot erstellen

Bild
SharePoint-Listen eignen sich hervorragend, um strukturierte Informationen zentral zu verwalten. Die standardmäßige Tabellendarstellung erfüllt zwar ihren Zweck, wird den Anforderungen an eine moderne und leicht bedienbare Oberfläche jedoch nicht immer gerecht. Besonders bei Kontaktverzeichnissen, Produktübersichten oder vergleichbaren Informationssammlungen sollen wichtige Angaben sofort erkennbar sein, während ergänzende Details erst bei Bedarf erscheinen. Copilot in SharePoint kann bei dieser Gestaltung unterstützen: Aus einer natürlichsprachigen Beschreibung entstehen formatierte Listenansichten oder sogar interaktive HTML-Seiten, ohne dass die vollständige Umsetzung von Hand programmiert werden muss. Die nachfolgenden Abschnitte beschreiben die Möglichkeiten und das Video Moderne SharePoint-Listenansichten und interaktive HTML-Seiten mit Copilot erstellen zeigt die Umsetzung anhand eines Beispiels in der Praxis. Von der Standardliste zur übersichtlichen Kontaktansicht ...

Your UI, Inside the Chat: Building Custom Copilot Components with SPFx

Bild
For years, SPFx meant web parts and extensions living on a SharePoint page. With @microsoft/sp-copilot-component , the same framework, the same React skills, and the same brokered-SSO plumbing can now render a fully interactive UI directly inside a Microsoft 365 Copilot conversation. This post walks through copilot-my-approvals , a real solution that puts an approvals cockpit — approve, reject, re-assign, email the requester — right in the chat pane. SPFx 1.24.0-beta.2 sp-copilot-component Fluent UI v9 Declarative Agents Heft What just became possible Classic SPFx components render into a page you control — a web part zone, a field customizer, a command surface. A Copilot Component renders into a surface you don't control at all: an iframe that Microsoft 365 Copilot mounts inline in the middle of a chat turn, or expands to fullscreen on request. Copilot invokes your component the same way it i...

SPFx - Data Access Options in SharePoint SPFx-Based Solutions

Bild
A technical overview for SharePoint Framework developers covering Fetch API, SPHttpClient, MSGraphClient and PnPjs. Overview of common data access options in SharePoint Framework solutions. Introduction SharePoint Framework, commonly referred to as SPFx, is the primary development model for modern client-side customizations in SharePoint Online. Web parts, extensions, Adaptive Card Extensions and Microsoft Teams applications almost always need to access data from SharePoint or Microsoft 365. The selected data access technology has a direct impact on performance, maintainability, extensibility and the long-term sustainability of a solution. SPFx development has changed significantly over time. In early SPFx projects, direct access to the SharePoint REST API was the dominant approach. Today, several established options are available. In addition to ...