- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2018 05:08 PM
I have designed the incident form in one instance which looks good and i want it to export the same form view to the other instance, how can i do this? Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2018 06:01 PM
We can try something like this
1. Navigate to sys_update_xml.LIST from the filter navigator.
2.Locate your record(in your case form layout), open it and from the related links click show related record and export the XML
3. From filter navigator, navigate to System UI> Form Sections
4. right click on the column header and click on Import XML
Please mark my response as correct and helpful if it helped solved your question.
-Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2018 05:11 PM
you can capture the details in update set and then take to another instance.
You may refer: Update set transfers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2018 05:12 PM
HI Nikitha,
Your changes should already be included in the 'Update Set' called 'default'. This will allow you to grab the change and load to your other instance.
Additionally you could open the form, select the hamburger icon and select 'export>XML' so you have the individual XML for the form and then load XML in your instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2018 05:43 PM
I know the update set thing, but i want to update this thing via xml. I see the hamburger icon to export but i dont see import xml option to import this thing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2018 05:47 PM
Make sure you update the state of the update set to complete. Once the update set state is set to complete, you will be able to see the export to xml option in the related links section
Please mark my response as correct and helpful if it helped solved your question.
-Thanks