Bell Notification not routing properly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Requirement : When new record inserted to live_notification table and user is not empty one bell notification should created and route to the table record mentioned in the live_notification record.
Issue :
I have created provider notification and its related records (ie content , action and link actions to record) however it is roting to the live_notification table record instead of the expected one.
I have tried by adding the log in action script however system is skipping the action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
You could use flow designer to send email instead of creating notification.
Condition to run the flow : Record insterted on live_notification table where user is not empty
Then you could use email action on flow to send email notification
