How to delete work notes ?

Apsara P
Tera Contributor
 
2 REPLIES 2

Niklas Peterson
Mega Sage
Mega Sage

Hi @Apsara P ,

 

Work Notes is a journal field and the entries are stored in the sys_journal_field table.

 

Regards,

Niklas

Chetan Mahajan
Kilo Sage
Kilo Sage

Hi @Apsara P ,

you can remove comments/ work notes by journal, Audit and history set use below links to delete , just add instance name and sysid

* Journal Entry : https://instancename.service-now.com/sys_journal_field_list.do?sysparm_query=element_id=recordSys_is

* Audit Entry : https://instancename.service-now.com/sys_audit_list.do?sysparm_query=documentkey=recordSys_is

* History Set : https://instancename.service-now.com/sys_history_set_list.do?sysparm_query=id=recordSys_is

 

Kindly mark my response correct and helpful if applicable