function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DoubleADoubleA 

Editting previously created triggers - best practices

Hi, I had a questions regarding editting code and best practice.

 

If I wanted to go back and update and old triggers / code created by others or myself from another computer, how would I access it from the production account?  Would I have to download the trigger code and create a new project or is there a way to update the existing production account trigger?  Will I have to re-test the code with new test classes or can the old one be downloaded from the server?  (I use eclipse)

 

Thanks for any tips!

 

DoubleADoubleA

I figured out my own question, however I'm still wondering whether there are any best practices to this process.