Notification based off Event with UI Action producing scope error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 11:54 AM
Hello,
I am attempting to create a notification that is fired when clicking on a UI action related link. Our notification sits on the Lifecycle Events Case table and looks as follows:
The Event is configured as follows:
The UI Action is configured as follows:
Everything is configured in the Human Resources Lifecycle Events scope but when testing the link we get the following error message:
The email does not send even though the 2nd message says it does. We have tried building in the Human Resources Lifecycle Enterprise scope but were unsuccessful. Could it be something with the script in the UI Action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 09:56 AM
Try to check the event queue (sysevent) and find the event that was triggered and check it's state.
If the state is "processed" then check the emails (sys_email) table and there should be an email in it. If you are on non-prod instance then it might be possible that emails are not going out but is in the queue as mostly emails are blocked from sub-prod instances.