Notification "Record Inserted or Updated" is not triggered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 12:25 AM
Hi
I have created a notification to send an email when a record is inserted/updated on a table. It works correctly in pre-prod instances but not in production. The change is deployed to production using an update set.
Please explain why it does not work in production.
Thanks,
Donald Jayawardena
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023 05:17 AM
@Donald Jayaward --
If you are writing notification for record is inserted/updated.please try with only updated because you have mentioned condition as assignment groups changes (Changes means you are updating something) so notification should only be on Updated.
If you want notification to be trigger on record is inserted/updated then change condition as "assignment group is".
Thank you!