- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2019 07:44 PM
So I want to notify user by Pop up notification alert when the followup is active on the record( Incident).
The reminder table have only email/outlook notification option.
I have script which generates the alert when followup time is reached, not sure how to execute it.
whether I should create business rule( if yes, will it execute automatically when the followup time is reached or condition in script meets ) or somethings else..
Please suggest if any possible way to do this.
Thanks in advance..
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2019 04:20 PM
Hi,
Not fully sure how you're determining that the follow-up has been achieved...but you could look in to field style and set a field to a specific color to notify them?
As far as the alert goes, you could write an onLoad client script that when the record is open that an alert shows on screen if the follow-up date/time is met.
Again, not sure how you're tracking the follow-up so say they get that alert and do the "follow-up"...if that's just a simple comment to the end-user or not...but that's an option (what I mentioned above).
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2019 03:54 PM
You can send them a notification when the time is reached. Not sure, if you can give them a pop-up.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2019 04:20 PM
Hi,
Not fully sure how you're determining that the follow-up has been achieved...but you could look in to field style and set a field to a specific color to notify them?
As far as the alert goes, you could write an onLoad client script that when the record is open that an alert shows on screen if the follow-up date/time is met.
Again, not sure how you're tracking the follow-up so say they get that alert and do the "follow-up"...if that's just a simple comment to the end-user or not...but that's an option (what I mentioned above).
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2019 12:16 PM
Thank You Allen.
As an alternative to my use case, onLoad() client script works.
Thanks again. 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2023 09:52 AM
I need this onLoad client script code. Can you provide that for me?