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
N@niN@ni 

Deployment ?????????

Is It posible to deploy from sandbox to sandbox??????????????????

SharathChandraSharathChandra
Yes it possible to do that we can do by outbound and inbound change set or eclipse.
In the destination org prepare outbound change set and in upload it in another sandbox you can see that as inbound change set in the destination sandbox.
Ashish_SFDCAshish_SFDC

Hi Nani, 

 

Both the Sandboxes have to be related to the Same production Org to be able to Deploy Metadata. 

You can use Change Sets(Declarative), Force.com IDE or MetaData API to move meta data from one org to another. 

See the Guide with all the options and description,

http://www.salesforce.com/us/developer/docs/dev_lifecycle/index.htm

 

Regards,

Ashish

If your question is answered, Please mark this post as Solved. 

sandeep@Salesforcesandeep@Salesforce

Yes it is possible and there are below ways to do this

1. change Set

2. Migration Tool ANT

3. Eclipse

N@niN@ni

Thanks for ur response sandeep,,

 

can we deploy profiles from sandbox to production through changesets.........?

 

 

 

Ashish_SFDCAshish_SFDC

Hi Nani, 

 

Its best to manually change the Profile Settings, However you can Include a profile in a Change set. 

See the below links for more information, 

http://help.salesforce.com/help/doc/en/changesets_outbound_components_select.htm

https://help.salesforce.com/apex/HTViewHelpDoc?id=changesets_perm_sets_profiles.htm&language=en_US

 

Regards,

Ashish

sandeep@Salesforcesandeep@Salesforce

Hi N@ni, 

 

yes we can move profile using change set but permission will be moved only for the objects which are part of this change set.