How to send notification to manager if the problem records are not updated since 4 days?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 06:36 AM
Hi,
How to send notification to manager if the problem records are not updated since 4 days?
Regards,
Juganta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 06:42 AM
Hi @jugantanaya,
create a flow that will be executed in early morning or late night hours and check for all the active problem records and based on the updated on - if it is more than 4 days, then send notification - define the recipient and content
BTW manager of the assignment group or manager who?
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 06:42 AM
Hi @jugantanaya
You can refer below and configure for the problem table
Or you can create a flow or a scheduled job and fire and event to trigger the notification
Regards
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2025 06:45 AM
@jugantanaya You can achieve this requirement in two ways
1) Create schedule job which will run after business hours. In script section, you can query problem record not updated in last 4 days and then trigger event from it. Trigger a notification based on this event to manager.
2) Create flow with scheduled based trigger in flow designer. Use look up record action to get the problem record not update since last 4 days. iterate through these records using for each and trigger notification.
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!