Existing PCF component which I have extracted and made updates and the changes are not reflecting after deployment. Below are the steps done.
• Incremented the control version in Control manifest file
• Incremented the version in Solution file
• Msbuild /t: restore
• Msbuild
• Imported the solution package
• Publish all customizations
• Edit the App Prompts for Update Update successful
• Unable to see the changes (Note: code added in the ts files is not reflecting)
that is totally the right answer, thanks so much!
As a better alternative to these headaches I highly recommend usign pac auth which works similary to git push (only your pcf components will be uploaded to dataverse and end up in your solutions).
setup (only the video): https://dev.to/powerplatform/getting-started-with-the-power-platform-cli-kca
after that you just need to increase the manifest version either manually or by typing: pac pcf version -s Manifest and then run pac pcf push --publisher-prefix your-prefix and pcf components in canvas apps are automatically updated
@tmms read my reply. That green bar unfortunately doesn't reflect what is happening in reality.
Still not fixed. Re-open the canvas app or custom page and you'll get a green notification bar saying the control is updated. Very strange and unwanted behavior.
Yeah, @a33ik is exactly correct. this was a known problem I think 2 years ago and I thought they solved it a long while ago, but I saw the same behavior in a custom page I made a couple weeks ago. You have to remove the control from the canvas app/custom page, save and close, then go back in and re-add it.
Also, with Custom Pages still sometimes (I haven't tested enough to say exactly what conditions cause it) but sometimes when you update the custom page you need to remove from App and re-add to get it to reflect in the UI... Isn't it just like MSFT to create features that require a "turn it off and turn it back on again" solution?
Hello,
Try the following in your Custom App:
1. Delete your custom control from app.
2. Save and close app.
3. Open App.
4. Reimport control.
It worked for me.
WarrenBelz
87
Most Valuable Professional
mmbr1606
71
Super User 2025 Season 1
Michael E. Gernaey
65
Super User 2025 Season 1