Skip to main content
I am working in a sandbox trying to make updates to our LOCATE system. I am wondering if others in our organization continue to use LOCATE and input files after I created the sandbox will I be able to deploy the sandbox without losing any of their information or will it merge the files created? 

 

Thanks in advance!
2 个回答
  1. 2019年8月29日 23:23

    Hello Nicole, I think it will be useful if I define some things. In a salesforce sandbox using changesets you can only deploy apex code, triggers, and other settings in the sandbox to your production org OR another sandbox. If you deploy the new code to either production or another sandbox the users will not lose any data since you are just updating the code that generates the data.

    So when deploying your changes from a sandbox you cant deploy "data/files". The sandbox has data and production has its own data. You simply just deploy the updated changes to the code/settings after you tested in the sandbox to production. 

    If you wanted to deploy data from a sandbox to production you'll have to use a tool call dataloader but it doesnt seem like thats what you want to achieve.

0/9000