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
Abhijeet Purohit01Abhijeet Purohit01 

Deploying an object

Am deploying an object( from Sandbox to Production) so do I need to include custom object, all the fields, validation rules, record types, page layouts, etc individually into the change set?

Or is it enough if I just include the custom object in the change set?

Is it possible to deploy multiple objects and all their related fields, etc using a single change set?

 

How does this deployment process work?

 

Abhijeet

Best Answer chosen by Admin (Salesforce Developers) 
phiberoptikphiberoptik

You need to include everything. Adding just the object will only bring over the object. Change sets do not include anything you do not manually add into them.

All Answers

phiberoptikphiberoptik

You need to include everything. Adding just the object will only bring over the object. Change sets do not include anything you do not manually add into them.

This was selected as the best answer
Abhijeet Purohit01Abhijeet Purohit01
Any link or information on how does this deployment process works? Its all meta data right? How does it gets copied into Production environment?
phiberoptikphiberoptik

http://na9.salesforce.com/help/doc/en/changesets.htm

 

http://salesforcedeveloperblog.blogspot.com/2011/05/change-set-deployment-steps.html

 

 

If those do not help, just google "Salesforce Deployment" for more resources related to the topic.