Is it possible to add a column to list view that shows only the last comment that was made for the case (ie: the same as "Title w/ Comment", but without the Title)? The purpose for this is that I would like to include this as a separate column in exports to Excel.
|
3
|
You could expose the latest comment via a plugin, but I think there's a simpler solution. Try this:
This will remove the title from the entry and leave only the comment. |
||
|
|