Strange "label" form section

jamesgo
Giga Contributor

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?

1 ACCEPTED SOLUTION

StephenHey
Mega Guru

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)


View solution in original post

10 REPLIES 10

Thank you!


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.


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

Solution still works on 2025.

justinrgaudet
Kilo Expert

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.