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
DJAISHDJAISH 

Bonehead Newbie Question

Hi all,

We had hired a developer to write some apex code for us to which I needed to make minor alterations. I was able to, without a problem, download the code and make the necessary alterations. What I can't figure out is how to replace the original code with my new code. There is probably an incredibly simple answer to this question, but where do I go in salesforce to edit live apex code?

 

shillyershillyer

Read this in the Online Help.

 

Best,

Sati

JonPJonP

DJAISH,

 

Apex code cannot be edited in a production organization.  All Apex-enabled organizations come with a Developer Sandbox, which you can use to develop your code.  When your code changes are finished, and you've written all the unit tests required to meet the production code coverage requirements, you'll deploy your code (including the tests) from your Developer Sandbox back to production using the Force.com IDE or the Force.com Migration Tool for Apache Ant.

 

Jon

salesforce.com Product Manager