Column label missing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2016 12:27 AM
Hi,
I have updated some fields via updateset from one env to another env. After that column labels are got deleted.
I have in DB, those fields are not updated.
But those fields are in dictionary entry and field labeI. In dictionary entry have tried with sorting any fields form list, column labels are visible. But while reloading the form, again column labels are invisible. Checked in Table form and found that the form layout is empty.
This issue is happening whenever we are updating any dictionary entry in a table.
Tried with import XML for all those dictionary entries, but it is not getting updated.
Thanks in Advance,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 06:00 PM
This helped.
I found that an entry in the sys_documentation was missing. (Not sure how we got to that situation). But I created new record and it resolved the label issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2019 05:31 AM
I had the same problem.
Cache clearing and browser`s changes not helped.
The number of fields in the table is limited due to the limitation of the maximum length of the SQL query row to the database. Exceeding this boundary value entails hiding the labels of newly created fields (in tables where there are a large number of fields). In this case, the table needs to create another table for additional fields.
I add the required fields not to the original table, but to the table for additional fields.
Using output these fields on the form of the original table.