- 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:54 PM
I know the way how to do this via update sets. Does anybody know how to copy the form view from one instance to another other than update sets
- 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:49 PM
If you want to import the already exported XML of update set, you need to do this from retrieved update sets module.
Load a customization from a single XML file
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:53 PM
yes, when you do the export it will export the incident data, not the form design. When you create a table at that time form view gets generated and you just need to design the form by arranging the field on the form.
I think the only way to take the form design from one instance to another is update set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2018 05:59 PM
Yeah i am trying to export form design through other way other than update set option. Thanks for understanding my exact question.