- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2013 12:57 PM
Hi, I came across a strange form section named "label" on the change form, but I seem can't find it in sys_ui_section table. Looks like in the section it displays the a bunch of random fields from the change record, and when I personalize the form section, the available fields are only "begin split", "end split", "split", and "*Annotation".
Any idea what is going wrong here?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2013 01:27 PM
Not sure why this happens, but the fix might be this:
Navigate to System UI > Form Sections
Search for the table you're having issues with
Find the record that has the table, no caption, title is true, and the view you are looking for. Often times this should be your table, no caption, title = true, view = Default view
Enter that record and right click the top bar and copy the sys_id.
Navigate to System UI > Forms
Find the form for your table and view and enter it
At the bottom should be "form sections" and one of which should be position 0, sys UI section (appears blank).
Enter into that 0 position record
If you hover over the Sys UI Section reference icon or click on it, you should get something to the effect of record not found
Click the magnifying glass instead and do a search on sys_id equal to what you copied above
Now, go back to your form you were having trouble with
Personalize the form again
Go to the "label" section and just hit "save" (Don't do anything other than just enter and re-save
Your fields should now inherit the parent table. You can go back in and personalize again and it should be named correctly and you should see all your values.
Please let me know if that corrected your issue (or click that this post solved your issue :D)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2015 05:48 AM
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2017 03:46 AM
I had the same issue. It helped me to fix it. We have only this single thread on community about this issue and no documents available about it. So in that sense it was very helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2020 02:39 AM
Also after doing the above changes make sure you clear the cache as well. You can do that by navigating to cache.do
This has solved my Issue.
Thanks,
Tarun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2025 11:05 AM
Solution still works on 2025.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2014 09:33 AM
Thanks for this post. We just ran into the same problem today. Just like Fredrik mentioned, our form section was in position 1 rather than 0. Followed the steps as described and we're back to normal.