- 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: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:30 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2020 10:41 AM
You're welcome.
Please mark helpful and mark as correct for others to find.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2025 09:40 AM