How to delete work notes ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2022 10:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2022 10:18 AM
Hi @Apsara P ,
Work Notes is a journal field and the entries are stored in the sys_journal_field table.
Regards,
Niklas

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2022 10:45 AM - edited ‎10-04-2022 10:46 AM
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