- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 11:42 PM
Why do I insert or update the record of the child table, and the record of the parent table is also update, but there is no notification that triggers the parent table? (The conditions for insert and update are the same as the notification conditions for the parent table)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2024 12:09 AM
parent table notification cannot be triggered on child update as the notification is on parent and update is happening on other table. This is OOB behavior.
the reverse is possible as per my understanding
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2024 06:53 PM
Thank you very much, I think your answer is helpful to me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2024 06:55 PM
Thank you very much, I think your answer is helpful to me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2024 06:56 PM
Thank you very much and I agree with your answer.