Where is this Activity Log coming from?

lonesoac01
Giga Guru

I am trying to trace down this activity log:

lonesoac01_0-1726835269458.png

I have found that the log is indirectly triggered by this business rule:

lonesoac01_1-1726835325651.png

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.

2 REPLIES 2

Community Alums
Not applicable

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

I was doing the 'Change Request', but did not think about the 'script' part.  I will keep you post if I find it.