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
‎08-04-2016 01:54 AM
Hi Hini,
How did you capture the fields?
Have you captured new table or existing one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2016 02:47 AM
Hi Mudhun,
I have captured fields for the existing one. Just changed active false and then set active true. So all the fields has been captured in the updateset.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2016 02:27 AM
Hi HIni
Go to the sys_documentation table and check if the related label record is present there or not.If not then create a record there for your corresponding field and table
-Harsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2016 02:50 AM
Hi Harsh,
I have captured all the field labels from sys_documentation table and dictionary entries from sys_dictionary table for that particular table.
After committed the upadteset field labels are got updated in sys_documentation tables, but in dictionary entry column label is missing.
In form layout I am not able to see any of the custom fields.