How to reset a form design?

shoobadoop
Tera Contributor

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!

1 ACCEPTED SOLUTION

LaurentChicoine
Tera Guru

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.


View solution in original post

10 REPLIES 10

Alright Laurent, I'm gonna' go ahead and recreate the form manually. Thanks a lot for all of your help! I really appreciate it.