Nov 27 2023 11:08 PM
Hi,
I have running app in production in which I have to do some enhancements. Its solution maintain in DEV, UAT & Prod environment. So if in dev solution i made copy of dev app & made changes in it and then i rename with original app in dev environment. after this solution i moved to UAT & Prod then it will replace existing app or create new app? if i want replace existing app what process should i follow
Thanks,
Yusuf Shaikh
Nov 28 2023 12:38 AM
Hi @YusufShaikh900,
Creating a copy of an app inside a solution will not replace the app with a similar name in the solution in the UAT and prod environments.
If you want to replace the app, you need to replace it in the Dev environment and then export the updated app to UAT and prod environments.
Nov 28 2023 04:26 AM