Hi all,
I have created a pcf component for a canvas app. The app is already a part of an existing solution with other components (flows, dataverse tables etc.).
I am using pac pcf push for deploying and testing the changes to dev environment. Below are the challenges that I am facing at the moment:
1) Even though pac pcf push eliminates the need of incrementing the manifest version each time before deploying the control, I still have to delete the old control, save and publish the app and then open it again to add the updated control. Is this the expected behavior? Can we reduce the steps involved as it consumes a lot of time with a heavier app.
2) I want to move my existing unmanaged solution(containing the canvas app) as a managed solution to the test environment. What would be the best way to achieve this along with pcf control?
I tried moving both the solutions as managed solutions (existing solution and pcf solution using msbuild release command) to another environment but my canvas app did not show the pcf control in the new environment. Is there a way to add the pcf control in existing solution and move everything as managed solution to other environments?