79
Views
2
Comments
Reminder
Question

Hi, is there a way to make daily reminder ? I wanna make a reminder every 4p.m (assuming user always logged in on that time). This reminder will show inform of message just like this:

or in notification.
Is there away? 

Thanks in advance



UserImage.jpg
vikas sharma
Champion

Hi,

As answered in another post, you can implement browser notification for this. Or you can use JavaScript notification as well. But in java script alert issue is, it will not there if application is not open. You can go through below link for a java script alert at particular time. 

https://www.outsystems.com/forge/component-overview/13333/web-push

For browser notification, already provided forge component URL to implement that.

regards

2022-08-03 04-32-50
Ravi Punjwani

Hi Raven,

Here's a quickly built forge component for such requirement.

You can modify it if you want to customize.

https://www.outsystems.com/forge/component-overview/14151/alarm-feedback-message

You can place it on any screen or a layout web block. The demo is available alongwith the component for quick reference.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.