Forum Discussion
Hitendra_Patel
Aug 12, 2021Copper Contributor
Unable to deploy SPFX field customizer to all sites automatically
Hi, I have developed one SPFX field customizer solution to customize field value in library. I would like to deploy this solution automatically on all sites of site collection. I tried it by usin...
AdamWoj
Sep 26, 2021Iron Contributor
hi, could you provide a bit more detail. What does it mean that SkipFeatureDeployment option was set to true? Does it mean that it was set to true in package-solution.json?
I think that might not be enough and in order to deploy filed customizer across tenant best would be to use PnP Powershell and the fallowing comand:
Add-PnPApp -Path .\pathToYourSpfxFieldCustomizer.sppkg -Publish -SkipFeatureDeployment
I hope this will be of any help 🙂
I think that might not be enough and in order to deploy filed customizer across tenant best would be to use PnP Powershell and the fallowing comand:
Add-PnPApp -Path .\pathToYourSpfxFieldCustomizer.sppkg -Publish -SkipFeatureDeployment
I hope this will be of any help 🙂