How to separate Work notes with Additional Comment

ferry09
Kilo Contributor

Hi all,

How to separate Work notes with Additional Comments field and eliminate bottom show one journal filed.

 

Thank you,

 

4 REPLIES 4

Rajesh M1
Giga Guru

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.

This doesn't work in Service Portal. It throws an error ' $j is not a function'

Hi Caren,

 

What is the UI type selected in the client script?

Select it as "Desktop" and try.

 

Thanks,

Rajesh M.

Student1
Tera Contributor

Hello, did you make it work?