Tag: sharepoint

Using MGT with SPFx
Using MGT with SPFx
Blog Posts

  Overview Microsoft Graph Toolkit (MGT) components can now be easily used with SharePoint Framework (SPFx) solutions to build the solutions quickly with fewer coding efforts. In this article, we will explore how to use the MGT components in SPFx solutions. MGT Overview Microsoft Graph Toolkit (MGT) is a collection of reusable components to work… READ MORE

Import Excel Data To SharePoint Online Using PowerShell
Import Excel Data To SharePoint Online Using PowerShell
Blog Posts

Introduction In this article, we will go through the steps required to import the Excel file data to SharePoint online list using PnP PowerShell. There are a lot of ways to import the data, but for this article, we will stick to PowerShell way. Here the credit goes to person Danile Finke who developed the Import… READ MORE

Mastering the Art of SharePoint: Say Goodbye to Content Duplication With These Proven Methods for Displaying Information Across Sites!
Mastering the Art of SharePoint: Say Goodbye to Content Duplication With These Proven Methods for Displaying Information Across Sites!
Webinars

Mastering the Art of SharePoint: Say Goodbye to Content Duplication With These Proven Methods for Displaying Information Across Sites! Join Sari Soinoja, MVP, and watch this webinar recording to learn all about mastering the art of SharePoint and say goodbye to content duplication with the proven methods for displaying information across sites that Sari demonstrates!… READ MORE

Responsive Submit Form In SPFx
Responsive Submit Form In SPFx
Blog Posts

ISubmitFormProps.ts File Now Go to SubmitFormWebpart.ts File and Update the following code. Now Update SubmitForm.module.scss File Now come to the Main File SubmitForm.tsx and Update this file to Now run these commands in your terminal Your output would be like this. After submitting data you will get an alert message. Here’s more SharePoint Week content.… READ MORE

FIX User can’t be found in the directory
FIX User can’t be found in the directory
Blog Posts

User can’t access SharePoint site? You can get the Error “User can’t be found in the directory”. Learn how to fix SharePoint error user can’t be found in the sharepoint.com directory. SharePoint is a fundamental application in Microsoft 365.  When you are working on documents, moving data around SharePoint sites and inviting users to join to work together the last… READ MORE

Writing for Your Intranet
Writing for Your Intranet
Webinars

Writing for Your Intranet Join Emily Mancini, MVP, and watch this webinar recording to learn all about the best practices, tips, and tricks for writing your intranet! Webinar Description – ‘Writing for Your Intranet’ Are you tired of creating intranet content that doesn’t quite hit the mark with your audience? Join us for this exciting… READ MORE

SharePoint Week Mini Webinars
SharePoint Week Mini Webinars
Webinars

SharePoint Week Mini Webinars Join Joel, Django, and Sara for this series of SharePoint Week Mini Webinars and learn all about SharePoint Permissions, SPFx User Access Tokens, and Application Lifecycle Management! SharePoint Week Mini Webinar 1 “Passing SPFx User Access Tokens to Backend Services to Persist User Context” Speaker: Joel Rodrigues, MVP “I spotted developers… READ MORE

SharePoint document review in Outlook or Teams
SharePoint document review in Outlook or Teams
Blog Posts

Recently I already wrote about Microsoft 365 across applications that can be run in either Teams, Office (Microsoft 365) or Outlook. Since version 1.16 now it is also possible to develop and host those applications in SharePoint with SharePoint Framework (SPFx). So let’s dive into another sample application and see how this can be realized with either… READ MORE

Customize Modern SharePoint List Forms using JSON
Customize Modern SharePoint List Forms using JSON
Blog Posts

We usually use SPFx or Power Apps to customize the forms in SharePoint online. This article will show how you can customize an out-of-box SharePoint list form using JSON. You don’t need to customize the form using SPFx or Power Apps. Some simple JSON can be used to customize the header, footer, and body of… READ MORE