How to separate Work notes with Additional Comment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 06:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 08:46 PM
Hi Ferry,
Use below onload client script to separate worknotes and additionall comments:
function onLoad() {
//Type appropriate comment here, and begin script below
(function() {
$j('.sn-form-stream-input-area').hide();
$j('.form-group').show();
})();
}
Mark answer as correct/helpful if it solves your issue/query.
Best Regards,
Rajesh M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2018 09:00 PM
This doesn't work in Service Portal. It throws an error ' $j is not a function'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 02:49 AM
Hi Caren,
What is the UI type selected in the client script?
Select it as "Desktop" and try.
Thanks,
Rajesh M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2020 05:09 AM
Hello, did you make it work?