pnp / sp-dev-fx-extensions

Code samples and developer content targeted towards SharePoint Framework client-side extensions. https://aka.ms/spfx-extensions
MIT License
632 stars 826 forks source link

react-application-personal-assistant - Assistance Needed for Deploying SPFx Extension Globally #1394

Open Mohaborges opened 1 month ago

Mohaborges commented 1 month ago

Sample

react-application-personal-assistant

Author(s)

@anoopt

Question

Hi,

I hope this message finds you well. I am currently working on deploying a SharePoint Framework (SPFx) extension within my company, and I've encountered some challenges that I could use help with.

I've successfully created the .sppkg file and uploaded it to the App Catalog. However, I don't see the extension enabled or visible anywhere in my SharePoint site. I want to ensure the extension works at a global level across my site, not just locally.

Could you please provide guidance on the following:

Deployment Process: What steps am I possibly missing after uploading the .sppkg file to the App Catalog to make the extension visible and functional across all sites?

File Modifications: Are there specific files or settings that need to be modified or configured to enable the extension globally? If so, which files should I look at?

Permissions and Settings: Are there any particular permissions or settings that need to be enabled in SharePoint to support the deployment of SPFx extensions at the global level?

Additional Configurations: Is there any other configuration that I should be aware of to ensure that the extension is activated and available for all users?

Your expertise and advice would be greatly appreciated, as it would help me ensure a smooth deployment process within our organization.

Thank you for your assistance!

Best regards, Mohammed

anoopt commented 1 month ago

Hi @Mohaborges, sorry I forgot to update the elements file with correct property. It should have had a property called show with the value as true. So you can update that file with this new property and redeploy the extension or try running this PnP PowerShell cmdlet. Please let me know if you need more details.