- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 02:55 AM
I need to send notification 15 minutes before due date, is there any possible way to create a notification which triggers 15 minutes before due date for problem tasks.
Thanks,
Shiva
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 03:19 AM
You can use eventQueueScheduled() which will create event same as eventQueue, Unlike eventQueue in eventQueueScheduled() we have 5 parameters and the 5th paramater will the date at which need to send the notification. You can write a business rule when due date changes and send that date which is 15 minutes before the current.due_date as 5th parameter.
Please mark my Solution as Accept and give the thumbs up, if you find it Helpful.
Thanks,
Harish Kota
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 03:48 AM
Hello @Shiva Kumar2
Hello
I have attached the link which has complete solution with steps.
As per new community rules, You can mark multiple solutions.
Plz Mark my Solution as Accept if you find it Helpful. it will help other community users to reach the post and find detailed description.
Regards,
Samaksh