Custom watchlist does not send emails

Jesus Nava
Tera Guru

Hello experts,

Please I need your help, I created a custom watchlist that holds a custom table for emails, I copied exactly same format as the group watchist:

JesusNava_4-1705692273940.png

 

I added as reference the custom email table created so that users select the desired email:

 

JesusNava_2-1705692132389.png

once they select the group, just like the group watchlist, they save it:

JesusNava_5-1705692330173.png

I added this field in the notification so that this email gets a notification when being triggered:

 

JesusNava_8-1705692543799.png

 

everything seems right up to this moment, but when the notification is being triggered, just the caller ID gets the notification, not the email from the Custom group watchlist, 

Am I missing something else that needs to be done? why is the email not getting the notification whereas the caller ID is?

Thank you

 

1 ACCEPTED SOLUTION

Anil Lande
Kilo Patron

Hello,

I believe the custom table field will not support be supported on email field.

The field on notification configuration form only support fields referring to sys_user and sys_user_group table data.

If you have custom table and email column on that table the it will for for reference field if you dot walk for email field. But in case of List dot walk is not supported.

In this case you can use email script to include custom table groups in recipients list using email.addAddress()

or use event based notifications and pass emails in param1 or param2.

 

https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/script/server-scripting/reference/...

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

View solution in original post

6 REPLIES 6

4b0d3
Giga Guru

By any chance are you adding yourself (the one triggering the notification)?>  make sure "send to event creator" is checked.

Hello, yeah it is checked:

JesusNava_0-1705695432230.png

Regards

Hi @Jesus Nava,

 

Can you please explain what you mean by this -  I copied exactly same format as the group watchist. Where is this group watch list field? Which table?

 

Why can't you use the OOTB sys_user_group table? Your custom table seems to be having the same attributes.

 

Thanks,

 

Hello! sure, I used same configuration for the field I created, same configuration as the group watchlist OOB, and why I cannot use that one? because they created a spedific table with emails from other contacts, clients, etc, not Servicenow, they are external emails.

 

Regards