I had this idea when you create a task you can tick a custom added field called "Remind me" and if it is ticked (value=True) you can enter a date and time when you want to be reminded. Now, upon creation of an appointment I have a workflow that creates a task automatically and copies all necessary fields from the appointment (ie. Owner, Due Date, Remind me etc.). Now what I want is this: If a task is created and the field "Remind me" is True, then create a pop-up at the set reminder time. How to create this pop-up?
Hi parnter,
If you want to reminder the users with pop-up window of alert when the time comes, you do not need to use workflow because workflow only run in the background and it could not control the page elements.
So you shuold use js code to do this.
You could add a js function on the form "onLoad" event to check if the current time equals the field date value, and if it is, then show an alert message.
You could use "two options field" type field to be "Remind me" field.
Hope it helps.
Best Regards,
Leo
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156