- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2017 08:51 AM
How can I change the label of the column for one list view only.
LIST COLUMNS
- time_card.task "Task"
- time_card.task.short_description "Short description"
- time_card.planned_task.top_task "Top task" -> "Planned task"
- time_card.planned_task.top_task.short_description "Short description" -> "Planned task short description"
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2017 12:16 PM
Hi Kipp. If I understand correctly, these fields are dot-walked (e.g. fields from a related record with the same label) and do not appear on the form. In that case you need to go to the original source record (e.g. planned_task and/or top_task's reference table) and relabel them there. If this is all coming from the same table (e.g. planned_task) then there's nothing you can do for just the list. You are displaying the same field from a related record pointing to the same table and they happen to be named the same thing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2017 12:09 PM
I cannot configure label on the list.
LIST COLUMNS
- time_card.task "Task"
- time_card.task.short_description "Short description"
- time_card.planned_task.top_task "Top task" -> "Planned task"
- time_card.planned_task.top_task.short_description "Short description" -> "Planned task short description"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2017 12:11 PM
Hello Kipp,
You are correct. Label cannot be configured from the list view. You have to configure it via form view i.e open a new or existing record and then follow the steps mentioned above.
Kindly let me know if you have any questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2017 12:17 PM
So correct me if I am wrong but that means it would change the label for all references to that field on a form or list? I am wanting to change it only for this one list, elsewhere I want it to stay short description.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2017 12:20 PM
Hi Kipp,
There's no facility to change the label for a field ONLY for the way it is displayed in a list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 10:32 AM
Hi Chuck.
Is there any future plans to allow edit of table column labels in future releases?
The implementation that I am working on has a table that is being referred to in multiple forms, and would like to change the labels so that they would be unique per form.
Thanks