- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2025 10:53 PM
When you attach a file to a record, it is recorded in the activity field.
However, when you delete the file, the information in the activity field is also deleted.
What should you do if you want to record information such as "File name was deleted"?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2025 02:59 AM
Hi @bonsai ,
In ServiceNow, I don't think we have any OOB feature to capture the attachment deletion information tracking in Activity stream but we can achieve this through a custom BR. I tried this in my PDI and it worked. You can customize it as per your requirement.
FYR -
Business Rule:
Before business rule on Attachments (sys_attachment) table.
I hope this information helps. Please mark my response helpful if this helped.
Thanks & Regards,
Koteswara Vara Prasad M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2025 11:53 PM
it comes from platform level.
I don't think you can control the wordings for it.
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
‎02-03-2025 12:28 AM
Thank you for marking my response as helpful.
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
‎02-03-2025 12:03 AM
HI @bonsai
No, mate we cant change this. It is something core code, we cant change or access.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2025 02:59 AM
Hi @bonsai ,
In ServiceNow, I don't think we have any OOB feature to capture the attachment deletion information tracking in Activity stream but we can achieve this through a custom BR. I tried this in my PDI and it worked. You can customize it as per your requirement.
FYR -
Business Rule:
Before business rule on Attachments (sys_attachment) table.
I hope this information helps. Please mark my response helpful if this helped.
Thanks & Regards,
Koteswara Vara Prasad M