- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2019 03:11 AM
Hi,
I am seeing column name along with column label.
REF::
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".
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2019 04:49 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2019 04:49 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2019 08:08 PM
It worked. Thank-you..!