InterviewSolution
Saved Bookmarks
| 1. |
What Is A Sandbox Org? What Are The Different Types Of Sandboxes In Salesforce? |
|
Answer» A SANDBOX is a copy of the PRODUCTION environment/ org, used for testing and development purposes. It’s USEFUL because it allows development on Apex PROGRAMMING WITHOUT disturbing the production environment. A sandbox is a copy of the production environment/ org, used for testing and development purposes. It’s useful because it allows development on Apex programming without disturbing the production environment. |
|