- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2020 09:40 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2020 10:01 AM
Hi,
If you're wanting to post the resolution notes to the additional comments for the customer to see, you can add a BR to complete this.
When: Before
Filter: State changes to Resolved
(function executeRule(current, previous /*null when async*/) {
current.comments = ("[code]" + '<br><b><u>Close Notes</u>: </b>' + "[/code]\n" ) + current.close_notes + "\n";
})(current, previous);
Remove the code tags if you have glide.ui.security.allow_codetag set to false. However the above adds the resolution note in a nice noticeable format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2020 10:03 AM
Hi Sironi,
I had the same requirement 6 months back, i followed the steps which was mentioned in the below thread to fulfill my requirement
Try it really it fulfills your requirement
Mark it as helpful, if it fulfills your requirement.
Thanks
Vamshidhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2020 10:30 AM
Thanks for reply with solution thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2020 10:34 AM
You achieved using that solution thread.
If yes then Great, Appreciated!!
Thanks
Vamshidhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2020 10:36 AM