Transfer a service portal page to another instance

JC S_
Mega Guru

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.

11 REPLIES 11

Nia McCash
Mega Sage
Mega Sage

You would need to export the page + all the child elements including all containers, rows, columns, and widget instances on the page:

find_real_file.png

How exactly do you do that?

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.

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.