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
vishreyvishrey 

Load XML data into sandbox

How to load XML pagelayout data into sales for sandbox. I have the xml with me. I need to load into Dev Sandbox Can any one let me know the process. Much appriciated

Jeff MayJeff May

You can use Workbench to deploy into your org.

vishreyvishrey
Can I do using eclipse?

Thanks,
Vishruth.
Shivanath DevnarayananShivanath Devnarayanan
No I don't think you can load the pagelayout using eclipse. the best approach would be to try http://developer.force.com/workbench as suggested by JeffM
RockDeveloperRockDeveloper

Yes, You can use workbench for this

Prafull G.Prafull G.
Hi Vishruth,

Yes, you can use eclipse to deploy page layout. Perform following steps to do so-
1. Create Project (using the org credentials where you want to deploy)
2. Select Page Layout component during select metadata option
3. NOW once the project is created, Just copy and paste the Page Layout xml to the layouts folder under src.
NOTE: When you will paste Page Layout under layouts folder, the build will happen automatically and will be deployed to the org if there is no error.

Let me know if this make sense!

Cheers