Hi All,
I'm running a 3 online environment setup, dev->test->prod. All are running the same version. With been working for some time now and made a deployment of a managed solution file to our test env and our prod env (same file). During import we override all local customization. Still we got a nasty problem. One of the JavaScript handlers on our quick create form for account was not replaced by the newer one in the solution file. Hence we got an error every time we opened the form.
We did a bit of research and concluded the following.
* The customization.xml file contain the changes
* Other changes to the form as successfully imported
* The import was successfully and replicated without any other consequences
* In test everything works as planed but it was not exactly as Prod when we did the deployment as it gets increment deployments during the leap of the sprint.
As this was of business critical nature we made a small change directly in Prod and updating the incorrect handler to refer to correct webresource and function. My biggest concern are if we can trust that the different system acts the same except for this minor deviation or if there may be other cases where it also have happen.
*This post is locked for comments