You need to sign in to do that
Don't have an account?

handling errors when deploying changesets
I am trying to deploy my first changeset from sandbox to production. I made few changes to visual force pages in my sandbox now I am trying to mock the deployment (to production) in Sandbox. when I validate it is giving my 100's of errors which are due to some packages that we use . Code does not have 75% coverage . How to handle this? Any help is appreciated
With a little bit of manual work, you could deploy to production via ANT (aka Force.com Migration Tool) [1] using the Quick Deploy functionality [2]. Unfortunately the Quick Deploy isn't a trivial thing to do and does require some manual work.
[1] https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_deploying_ant.htm
[2] http://releasenotes.docs.salesforce.com/en-us/spring15/release-notes/rn_quick_deployment_ga.htm