- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2025 10:57 PM
Hi All,
I need an information regarding cancellation reason of playbook in SIR.
On which table the cancellation reason of playbook in security incident is stored in ServiceNow?
Thanks,
Kushal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2025 11:58 PM
HI @kushaltm ,
It's stored in the journal Field , you can find the comment you are adding while cancelling getting captured in Activities :
'sys_journal_field' is the table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 01:02 AM
Sandeep has already pointed out where it's stored.
It's the comment field on that table.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2025 11:58 PM
HI @kushaltm ,
It's stored in the journal Field , you can find the comment you are adding while cancelling getting captured in Activities :
'sys_journal_field' is the table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 01:02 AM
Sandeep has already pointed out where it's stored.
It's the comment field on that table.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 01:40 AM
Thanks @Community Alums @Ankur Bawiskar for the solution, Really Appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 01:46 AM
Glad to see, i could help you 😉 @kushaltm