How to trigger parent table notifications to child table to

Chaitanya Redd1
Tera Guru

Hello Team,

I have created new customised table and in that there are four child tables. I'm trying trigger notifications for all the table which I have created on Parent table. Can anyone help me how to do this because I can see there is no inherit option on Notifications which can trigger for child tables as well.

I have created a event for trigger based on event but here I have written Business rule but it's also not working.

 

Thanks,

Chaitanya

1 ACCEPTED SOLUTION

Hi,

Since you mentioned event triggered and processed please check this

1) you are sending recipient as gs.getUserID()

2) in email notification are thess checkbox as true

a) Send to event creator as true

b) Event parm1 contains recipient as true

find_real_file.png

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

18 REPLIES 18

Rajesh Kannan G
ServiceNow Employee
ServiceNow Employee

Chaitanya,

Do you see the events being queued for child tables changes. You can check Event Log to see if event is queued for child table changes.

Also share the business rule that you created to queue event.

Regards,

Rajesh

Hi Rajesh,

I have verified the event logs it's showing and I opened that record it's showing error

find_real_file.png

 

Thanks,

Chaitanya

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

if your BR is on parent table then it would run on child table as well.

Are you saying your BR is not working for child?

sharing link below for help

https://community.servicenow.com/community?id=community_question&sys_id=75614126dba83b8014d6fb243996...

Thanks
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Hi Ankur,

I have tried but didn't worked can you help me where I went wrong.Below image is BR

find_real_file.png

 

This one event which I found in logs

find_real_file.png

 

Thanks,

Chaitanya