- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 02:54 PM
Hello,
I was recently trying to create custom variables for the Contract form, but a problem occurred. I'm not sure what happened, but basically the entire form has been deleted! Is there any way to set the form back to its default state?
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 03:22 PM
Hi Alexander,
When you update a form layout using the form design, it creates a Form Layout update.
Versions of this form layout are stored in sys_update_version (you can go in this table by typing sys_update_version.list in the filter navigator).
Inside this list, order by Created Date/Time to see the latest updates and filter with a Name that starts with sys_ui_section.
Once you find the right record (See the field Record name which will contain the table name (Contract)), go in the Version related list and revert to the Previous version which was OK.
I've attached a XML export of the default form layouts for the Contact Table (OOTB as Helsinki), in case you can't find the right version of your form layout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 05:45 PM
Alright Laurent, I'm gonna' go ahead and recreate the form manually. Thanks a lot for all of your help! I really appreciate it.