Where is this Activity Log coming from?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 05:31 AM - edited 09-20-2024 05:37 AM
I am trying to trace down this activity log:
I have found that the log is indirectly triggered by this business rule:
Where can I look in SN to view how the log was made?
Edit: I almost forgot! This only happens when editing the related list of the change_request table. The Many To Many table you see in the screenshot is how we related the INCs and CHG records. The work log is appearing in the INC Activity Stream.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2024 10:14 AM
Hey @lonesoac01
It looks like this is on custom functionality/tables based on your screenshot, so it will be hard to help specifically, but the best way I have found to identify these types of things is to go to the list of all Business Rules and build the filter: "Script" <contains> "Change Request" AND "Script" <contains> "removed". This would help you find any BR's where this message might be being populated. If you find nothing there, then you might check next flows or workflows which are a bit harder to search for specific text.
If you are familiar with Studio, you could also do a global code search for the text "Change Request", which could maybe help also.
Let me know if you find anything with those 2 methods.
Good Luck!
~Nick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 05:14 AM
I was doing the 'Change Request', but did not think about the 'script' part. I will keep you post if I find it.