Transfer a service portal page to another instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2018 11:25 PM
We made changes on a service portal page on our production instance and we want to export that page (including layout changes we did for the rows, columns, widgets, etc. on the page). Tried exporting the XML of the page record and imported it on our development instance however the layout on the page itself was not migrated.
Need help on how we can move this page along with all its contents now.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2018 08:12 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2018 06:45 PM
How exactly do you do that?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2018 07:12 PM
You need an export of sp_container, sp_row,sp_column and sp_instance.
You can refer the script in SPClonePage script include, which is used for cloning. it refers these table while cloning a page.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2018 07:37 PM
Is there any easy way to export all these? Seems like a lot of hassle just by moving an entire page from one instance to another.