Hi,
Our team is trying to use the Solution for version control of different environments.
In the App solution, it includes a custom control which is a code component.
(*The code component is not a solution itself, it has been added into the App solution)
(*Let's say we have environment env-1, and environment env-2)
But while we modified the code component in env-1 and exported it to env-2, everything in the solution in env-2 will be updated but not the Customer control, the Customer control will still be the old version.
I know it might work if we totally remove the customer control in env-2 first, then import the solution, but is there any way I don't need to go through this process every time that I would like to import a new version?
Thanks in advance!