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

Change set deployment
I am working on deplying some changes in an apex code. I am not a coder and am learning this as I go but I am running into 1 failed issue which I cannot find out why this "is an issue". I am not sure if there is a way of turning this off, run the deployment, and then turn it back on? Any direction would be great.. thanks.
Unfortunately the only way to make changes in a code in production envrionment is via deployment from sandbox.
All Answers
Can you share the error that you are getting.
Stack Trace: Class.TestClassForSendVerificationEmailTrigger.test_SendVerificationEmail: line 12, column 1"
My next plan of attach was to, after hours tonight, deactive the flows that have built on the object and attaempt to deploy again. If it works I know where the porblam lies, if not, I'm back to the drawing board. Best approach?
I would also suggest doing the same. Deactive your flow, perform the migration and then activate it back again. looks like there is a test class which is triggering the flow during unit test execution.
Unfortunately the only way to make changes in a code in production envrionment is via deployment from sandbox.
Which is preventing me from altering either of the apex that I need to do before changing my visual force page.. Any ideas, suggestion, advice would be great.. thanks