
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2016 06:35 AM
I have a request to include either the last work note or last additional comment on a list report. I know how to include the last journal entry within notifications but I am not seeing a way to do this on a report. Any advice would be appreciated.
Thanks
-Chris
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2016 03:30 AM
Thank you for the clarification. I was able to reproduce this (given some more sample data.)
The only way I can see that you can do this is to have a secondary u_comments (string) field and a business rule that maintains it. Something like
current.u_comments = current.comments.getJournalEntry(1);
This gets the latest entry and overwrites what ever is in the u_comments field. Use that on your report and you should be good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2016 06:28 AM
I cannot mark as correct as it is not my question! But it is correct for me!
Good work Chuck thanks again

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2016 06:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2020 12:42 PM
Hi chuck,
As per your instructions I have created last comments field and created before business rule to run.
But while exporting the report to PDF I can see at what time the worknotes is updated and who has updated but here I want to know what was the last comments that user has been updated.
Here is my last comment "testing notification".
What I see in PDF is.
Could you please help me the worknotes data?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2020 08:30 AM
Are you asking how to remove the date and person and see ONLY latest comments?