SharePoint Online : Major Update – Support Update for SharePoint Framework Field Customizers in Lists and Document Libraries – Action required by 30 June 2026

SharePoint Online - PowerShell - Detecting field customizers on SharePoint site - get-pnpField
SharePoint Online - PowerShell - Detecting field customizers on SharePoint site - get-pnpField

Hi All,

Greetings for the day!!!

Today sharing MAJOR UPDATE related to SharePoint Framework Field Customizers in Lists and Document Libraries.

MAJOR UPDATE: SharePoint Framework (SPFx) Field Customizers will be retired from SharePoint Lists and Document Libraries on June 30, 2026

Details

  • Microsoft will be retiring the SharePoint Framework (SPFx) Field Customizers feature from SharePoint Lists and Document Libraries on June 30, 2026
  • Microsoft recommends using Column Formatting
  • This change will take effect on June 30, 2026

Impact

  • Field Customizers will not render custom code
  • Column data will display using the default rendering based on column type
  • Other SPFx extensions, such as Command Set Customizers and Application Customizers, will continue to function as expected

Action required by Jun 30, 2026

Action we need to take in our Organization

  • We need to review current use of Field Customizers in our organization
  • Start planning our transition

Find Field Customizers in our environment

PS C:\> $ClientID = "768437d9-957a-4a5e-b91a-f68213bf6d33"
PS C:\> $SiteURL = "https://knowledgejunction1.sharepoint.com/"
PS C:\> Connect-PnPOnline -Url $SiteURL -Interactive -ClientId $clientId
PS C:\> get-pnpField | where-object { $_.ClientSideComponentId -ne [Guid]::empty }

PowerShell command line displaying code to connect to SharePoint and retrieve field customizers using the Get-PnPField cmdlet.
figure: SharePoint Online – PowerShell – Detecting field customizers on SharePoint site – get-pnpField

REFERENCES

Thanks for reading!!!

HAVE A FANTASTIC TIME AHEAD !!! LIFE IS BEAUTIFUL 🙂

Prasham Sabadra

LIFE IS VERY BEAUTIFUL. ENJOY THE WHOLE JOURNEY :) Founder of Microsoft 365 Junction, Speaker, Author, Learner, Developer, Passionate Techie. Certified Professional Workshop Facilitator / Public Speaker. Believe in knowledge sharing. Around 20+ years of total IT experience and 17+ years of experience in SharePoint and Microsoft 365 services Please feel free me to contact for any SharePoint / Microsoft 365 queries. I am also very much interested in behavioral (life changing) sessions like motivational speeches, Success, Goal Setting, About Life, How to live Life etc. My book - Microsoft 365 Power Shell hand book for Administrators and Beginners and 100 Power Shell Interview Questions - https://www.amazon.in/Microsoft-Administrators-Beginners-Interview-Questions/dp/9394901639/ref=tmm_pap_swatch_0?_encoding=UTF8&qid=1679029081&sr=8-11

You may also like...

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from Microsoft 365

Subscribe now to keep reading and get access to the full archive.

Continue reading