Forum Discussion
adding custom action item menu in SharePoint online Modern team sites
hi,
is there any possibilities to create custom action item menu in SharePoint Online modern team site.
i have already made a custom action but it's only visible in classic experience, i want to make it visible in Modern Team site and i want to redirect control to web application. can anyone tell me is there any possibilities?
Thank you
Hey there, Deshani Perera! Let's get you started with #SPFx dev:
You can use Visual Studio, or your own custom development environment to build SharePoint client-side web parts. You can use a Mac, PC, or Linux.
Use this guide to help setup your environment:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment
Watch this video:
https://www.youtube.com/watch?v=_fxYexlUhe0&t=5s&list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq&index=1
If you get a chance to attend the FREE all day Microsoft Office Dev Bootcamp, I highly recommend it!
Hope this helps!
3 Replies
- David LeveilleIron Contributor
Hey there, Deshani Perera! Let's get you started with #SPFx dev:
You can use Visual Studio, or your own custom development environment to build SharePoint client-side web parts. You can use a Mac, PC, or Linux.
Use this guide to help setup your environment:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment
Watch this video:
https://www.youtube.com/watch?v=_fxYexlUhe0&t=5s&list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq&index=1
If you get a chance to attend the FREE all day Microsoft Office Dev Bootcamp, I highly recommend it!
Hope this helps!
- In modern you need to work with SPFx extensions
- Deshani PereraCopper Contributor
Thank you