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

Unable to deactivate the apex class
Hi
In sandbox i am want to deactivate an apex class, i am not seeing the status checkbox when i click edit link of the class. Is this normal? Is there any other way in which in can deactivate the classes?
Thanks
I think you can deactivate triggers only.
For classes, you can comment out the code.
ex:
All Answers
I think you can deactivate triggers only.
For classes, you can comment out the code.
ex:
Yeah, you just have to comment out/remove the code in your sandbox, then push that to production.