Include actual message in "Activity Stream @Mention Email" notification?

MarcB1
Tera Guru

Hi

is there any way to include the actual message in the "Activity Stream @Mention Email" notification?

--> it's sometimes not worth opening ServiceNow

What I mean:

find_real_file.png

find_real_file.png

Unfortunately, the message itself is not visible on the "live_notification" entry:

find_real_file.png

Any idea?

Thanks

1 ACCEPTED SOLUTION

Hello all,





Recently I tried to deal with the same situation as the one described here.
Thanks to Laura I obtained the solution I was looking for.



I hope the approach shared by her in this thread: https://community.servicenow.com/message/1193632?et=watches.email.outcome#1193632 will be of use to you too!




Best Regards,
Georgi Mavrodiev



IT Consultant


Do It Wise



You may visit us in our Web Site: www.doitwise.com


View solution in original post

18 REPLIES 18

Chuck Tomasi
Tera Patron

Take a look at the Notification Email Script ng_activity_stream_message and consider adding current.message in there.



(change INSTANCE to your instance name on the URL below)



https://INSTANCE.service-now.com/nav_to.do?uri=sys_script_email.do?sys_id=381391d09f021200d5f9b3e295...



The other option (and frankly easier) is to see about including ${message} in the notification body before or after the call to the mail_script



https://INSTANCE.service-now.com/nav_to.do?uri=sysevent_email_action.do?sys_id=150055909f021200d5f9b...


Already tried, no luck --> wrong content in message field



find_real_file.png


find_real_file.png



find_real_file.png


This is very bizarre. It doesn't appear to be storing it in the live_mention table either. I'm going to reach out to the developers and see what I can find. Stay tuned.


Hi Chuck



Did you got any feedback from the devs?



Thanks & regards


Marc