xml export from previewed update set

johnrob18
Giga Guru

I have previewed a update set in our production instance, have cloned over out test environment, now wish to apply the update set back to test but there is no 'Export to XML 'option

How can I do this ?

7 REPLIES 7

Munender Singh
Mega Sage

Hi,

This is pretty easy.

Just open the previewd update set-->right click on banner-->export--->export to xml

and then download it  and upload wherevr you wish to.

 

Regards,

Munender

Munender Singh
Mega Sage

Hi,

There is a UI action 'export to xml' and it got a condition i.e. 'current.state == "loaded" ' and that is why it is hiding on previewd state.

So,either remove this condition and then,export to xml would be visible and you can export the update set to XML.

Or,you can create a new ui action with same script of UI action and use it to export the update set to xml.

 

Regards,

Munender

Or you can use a background script to change the state of the remote update set from previewed back to loaded and then use the UI action to export it to XML.