Journal entries added when activity field changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 04:28 AM
Hi,
Where is the logic/code that adds a comment to the activity stream whenever a configured activity field changes. For instance when the assignee is changed the activity stream get a new comment stating field change from A to B and this was done by Y.
Regards
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 04:54 AM
Hi @Jan Post2
If I am not wrong it is OOTB but yes comments not added.
Will this not work:
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
03-29-2024 05:10 AM
HI @Jan Post2,
Ideally state field on the incident record is audited by default and hence any state change on the incident record will be captured in sys_audit table, then the same would be populated in sys_history_line table, eventually it would be populated in activity stream on incident record.
I hope this helps..
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....