column name is visible along with column label on the form

Hari1
Mega Sage

Hi,

I am seeing column name along with column label.

REF::

find_real_file.png

find_real_file.png

These fields are an extension of task table and i have added this fields on my custom form.

I need to see only "Column label" and not the "Column name".

 

1 ACCEPTED SOLUTION

rajesh9885
Mega Guru

1) Check the Labels table (sys_documentation) for a label for that field and table combination.  

2)should be able to see the field labels in a related list at the bottom of the dictionary entry,

3)   issue may be that actual Label entry doesn't exist and you'll need to recreate it and then update the 'Column label' field to match.

4) try cache.do to clear cache and than check // this should 1st step 🙂

 

regards

rajesh

View solution in original post

6 REPLIES 6

rajesh9885
Mega Guru

1) Check the Labels table (sys_documentation) for a label for that field and table combination.  

2)should be able to see the field labels in a related list at the bottom of the dictionary entry,

3)   issue may be that actual Label entry doesn't exist and you'll need to recreate it and then update the 'Column label' field to match.

4) try cache.do to clear cache and than check // this should 1st step 🙂

 

regards

rajesh

It worked. Thank-you..!