xml export from previewed update set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2016 02:17 AM
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 ?
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2019 07:40 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2019 07:46 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2021 02:37 PM
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.