We have 3 environments - dev test prod
I have about 10 code updates in test - they are not all signed off yet to prod
there is one code update that I need to put in prod as a fix
I need to just put that in prod without the other ones that are not signed off on yet.
Can I create another solution with just the objects in I need to push to prod and still be able to go back to my original solution when I am done?
Thanks !