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
MandyKoolMandyKool 

Seperation of access to code and production data

Hi,

 

Anybody knows what is the best practice to do the separation of access to code and production data from security standpoint?

 

Thanks in advance!!!

 

Yoel GluckYoel Gluck

Can you provide some more details on what you are trying to do? Are you trying to provide some protection against developers? Meaning, to limit developers to write code but not access production data?

 

Yoel Gluck

Product Security Team @ Salesforce.com

MandyKoolMandyKool

Yes correct.

 

We want to secure our production data so that developer or someone else who has access to code should not be able to do changes to the production data. 

 

How to build the security considering this point? 

 

Thanks,

Mandar.

Yoel GluckYoel Gluck

The best option is probably to develop in another org. You can use unmanaged packages to deploy the code into your org or just copy paste into an eclipse project.