Column label missing

Gowthami Senthi
Kilo Expert

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,

21 REPLIES 21

Midhun1
Giga Guru

Hi Hini,



How did you capture the fields?


Have you captured new table or existing one?


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.


HarshTimes
Tera Guru

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


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.