So my use case is
- Whenever certain event occurs, send notification to
- Group of people
- Only the assignees of the case
- Some of these notification may contain extra description along with them.
Current approach
I am doing 2 different things
- If i need to send a notification to individual I am adding a record in the notification table. Con of doing this is I am unable to give extra information sort of description, even though I am filling the Popup title and description it is not showing up.
- If I need to send to a group of people I am using a business process and use a Mini Page for description. Con: Process keeps on running till someone closes the page for everyone.
Is there a better way to handle this?
Thanks for the help!
Rishav
Like
0 comments