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
suri03081988suri03081988 

How to get previous org customization automatically in another org after installing managed package

Hi All,

Clarification: I have two orgs, DEV1 and DEV2. In DEV1 org i created one custom object called Employee__c, and also override the "New" (standard button) button with VF page called "empform" for this employee__c object.
Next i added this VF page and object to managed package. 
Next i installed this package in DEV2 org, custom object and VF page has came in to DEV2 but the override customization is not reflected in DEV2 org it means the when i click new button it shows standard page.
Requirement: I want to override my VF page automatically(with out override the new button) to new button.
Is there any setups i need to do in DEV1 or please let me know how to acheive this requirement.

Thank in Advance

Sonam_SFDCSonam_SFDC

Hi Suri,

When you say you have overriden the standard button - you would have written the custom controller class as well to override this button.Please include that in the package as well.