I want the hrcase number as clickable link in additional comments
Hi all,I have a requirement where I need clickable link in the comments section of HRcase.I tried below but its not working.Could some one please help here.var gr = new GlideRecord('sn_hr_core_case');gr.addQuery('number','HRC989999');gr.query();if(gr...