1.

Can You Edit An Apex Trigger/ Apex Class In Production Environment? Can You Edit A Visual Force Page In Production Environment?

Answer»
  • No, it is not possible to edit APEX classes and triggers directly in production environment.
  • It needs to be DONE first in Developer edition or testing ORG or in Sandbox org. Then, to deploy it in production, a user with Author Apex permission must deploy the triggers and classes using deployment tools.
  • HOWEVER, Visual force pages can be CREATED and edited in both sandbox and in production.
  • Only if the page has to do something unique (different values), it would have to be developed via Sandbox.



Discussion

No Comment Found