How to remove timestamp from comments in notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2018 03:17 AM
Hi,
I want to remove the time stamp from Notification which is displayed when we use Comment : ${comments} in email script. this display the comments along with the time.
so here I need only comments should be displayed.
Please provide your inputs.
Thanks in Advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2018 07:46 PM
Yes, That's what i mentined in my previous comment, it is not possible to show only comments without time stap and Cimmenters name.
Even i have tried to remove those, but i didn't find any solution.
After that only, I realized we don't have the possibility to remove the Time stamp and Commenter name.
I hope this will be helpful to you.
Let know if you have any other queries.
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2018 08:12 PM
Still if you want, you need write a mail script to pull the comments from sys_journal_field table after captred into work notes.
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2018 08:05 PM
You could always make a mail script to pull the comments from the journal table . But yet again don't think this idea is a good one to remove timestamps .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2018 08:45 PM
Hi,
You can review the below thread from Chuck on the similar requirement :
Remove time stamp and user info from notification
Cheers,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2018 09:23 PM
Hi sk59
I had the exact same request from the business.
As someone mentioned the time stamp is hard coded so cant be removed
I am using a mail script, where I just turn the time stamp and user id to white, thus it appears not to be there.
Unfortunately it doesn't work for the journaled display, only if you want to call the most recent entry.
Regards
Chris