Each Addtional Comments sends a new email for RITM record.

SohamTipnis
Mega Sage

I have a requirement that whenever I add additional comments for an RITM record, each comment should send each email every time.

Any help is appreciated.

11 REPLIES 11

And has valid email id mapped in user table.

VishalC3
Kilo Guru

Hi @SohamTipnis 

 

It might be possible that emails are triggering but not sent to actual users.

 

Please use below steps to debug before making any changes to OOB notification.

1. Make sure events are triggering whenever an additional comment is made. (you can check it in sysevent table.)

2. Check if emails are sent from ServiceNow. (check in sys_email table)

3. If no.1 & 2 is working then check if email sending is enabled (https://<instance.service-now.com/now/nav/ui/classic/params/target/email_properties.do )

 

Thanks,

Vishal