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
NiketNiket 

Managed Package deployment

Hi All ,

I've done some customization(created new fields, page layout, custom button) on an object that is a part of managed package. I want to deploy this customization from sandbox to production.

Is there any way to achieve this ? I've already tried ANT, eclipse .

Please suggest .

Navatar_DbSupNavatar_DbSup

Hi,

 

Change sets are the best way to achieve this. They are easy to use, but they have limitations.  For example, you can't include all changes since a certain date.  So ,normally download the Setup Audit log, and verify that the change set has everything it needs. 

 

Don't forget to check the box at the bottom to migrate profile settings.  If you forget, you'll be setting security access for each field in the new custom object.

 

For more reference:

 

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

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.