You need to sign in to do that
Don't have an account?

How make make sandbox to be in sync with production?
There are times where I create new custum fields directly in Production. But the Sandbox won't have those fields. Now I want to sync Sandbox with production as I'm testing few things on sandbox. Is there a quick way to do it?
Current situation -
Production = A + B + C
Sandbox = A + B + D
After sync -
Production = A + B + C
Sandbox = A + B + C + D
Please help
Current situation -
Production = A + B + C
Sandbox = A + B + D
After sync -
Production = A + B + C
Sandbox = A + B + C + D
Please help
Yes all extra code from sandbox will delete in sandbox. It better create new sandbox.
Yes you can create the multiple sandbox. But you should have limit for same. check same in production how many sandbox you can create
All Answers
It Better create a new sandbox from production that will pull A+B+C and then Deploy the D in new sandbox.
hmm. no direct way, it's either refresh or manually create the field in the sandbox also.
Follow up question. Can I create multiple sandbox instances?
Yes all extra code from sandbox will delete in sandbox. It better create new sandbox.
Yes you can create the multiple sandbox. But you should have limit for same. check same in production how many sandbox you can create