Issue while inserting hyper link in worknotes
When task is created we are trying to update worknotes on case with task hyperlink by using this scriptvar task = "[code]<a href='/"+current.sys_class_name+".do?sys_id="+current.sys_id+"'>"+current.number+"</a>[/code]"; parentcase.work_notes = gs.get...