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

Deploying unmanged package from one org to other
Hi All,
I have sandbox1 from org1 and sandbox2 from org2, I'm trying to create a package from sandbox1 and wanted to deploy in sandbox2.
Though org's are different, we still have few common custom objects. We have object1, object2, object3 as common in sandbox1 and sandbox2.
Now, the problem is each of these objects in each org has different fields.I don't want to lose existing fields in sandbox2 and just want to add the additional fields from sandbox1 to sandbox2.
How can we achieve this by package ?
I have sandbox1 from org1 and sandbox2 from org2, I'm trying to create a package from sandbox1 and wanted to deploy in sandbox2.
Though org's are different, we still have few common custom objects. We have object1, object2, object3 as common in sandbox1 and sandbox2.
Now, the problem is each of these objects in each org has different fields.I don't want to lose existing fields in sandbox2 and just want to add the additional fields from sandbox1 to sandbox2.
How can we achieve this by package ?
When you're uploading the package, Cherry pick the fields which you want to deploy and then upload.
When you're installing the package, donot override the conflicting componenets, this may override your existing config in sandbox2.
This will deploy your additional fields into sandbox2, without overriding or deleting existing data in sandbox2.
Thanks,
Santosh
All Answers
Just wondering why you want to achieve this only by package ??
what would you prefer in this case ?
I just want to understand if I deploy the package into new org, will the existing object structure be replaced with new one or deployment will fail?
I can't try this, as I'm not sure of the implications.
Thanks.
When you're uploading the package, Cherry pick the fields which you want to deploy and then upload.
When you're installing the package, donot override the conflicting componenets, this may override your existing config in sandbox2.
This will deploy your additional fields into sandbox2, without overriding or deleting existing data in sandbox2.
Thanks,
Santosh