
Hello,
I was using view1 on form1 subgrid in UAT environment.
‘and created view 2 and updated on form1 subgrid to use view2 and moved view2 and form1 as unmanaged to UAT.
now I realized we don’t need view 2 , just update changes in view1
Now I have deleted view 2 from unmanaged solution in dev environment
Question here : Will view 2 will be removed from UAT when I move solution?
do I need to move form 1 again to use view 1?
Please advise.
Thanks,
Hi @Shafdev ,
Sounds like you are using only unmanaged solutions in your UAT for your solution right? If that is the case then when you migrate the solution from Dev to Test it will replace the form (to reference view 1 again) but will not remove the view 2 from the UAT environment.
This response would be different if you were using Managed Solutions as you would have to remove the "unmanaged layer" in the test environment when you promote the solution (https://learn.microsoft.com/en-us/power-apps/maker/data-platform/solution-layers#remove-an-unmanaged-layer) before the form would be updated to show View 1 again.