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
Amanda HollowellAmanda Hollowell 

Deployment doesn't mirror the sandbox it came from

This is my first attempt to deploy something from one sandbox to another.

All changes are on a custome Visualforce Opportunity page.

I have only added three new fields and removed some fields and related lists from the visualforce page. Although everything is working perfectly in the Sandbox 1 environment, when I deployed it to Sandbox 2 it does not look the same. In-line editing is no longer possible and these fields are missing from our "edit" visualforce page.

Am I missing something simple during the deployment process? It seems to me if:

1. Things are working in the Sandbox 1 this should imply that pushing these changes to Sandbox 2 should also work. 
2. If I add all the components that I changed to the change set, then check for dependencies and add those, that should cover all of the things I need to add to the change set.

Any help appreciated!
venkat-Dvenkat-D
Field permissons do not get migated automatically if you do not include profiles along with new field. If profiles are not migrated include those in the change set.Please be aware that all standard profile permissions get migrated. Visual force pages enforce field permission if inputfields are used. 

Check vf page after migrating profiles. 
Amanda HollowellAmanda Hollowell
Thanks that was the problem. It worked!