Show notification automated

Hi,
I want to show notification.

User Case:

  1. Create a field in which i can store time.
  2. When the time match to the current time.
  3. Show the notification.

Is is possible through custom script?

Best Regards,
@hari.kishor

Please Help!

This is possible using hooks. You will have to add your python function to the hourly event in hooks.py

Can you elaborate why you may want to do this? There might exist some simpler solution than this.

thank you @netchampfaris
basically i need to sent or show reminder to user for follow up.
just like a Alarm.

You may use the “Note” doctype to show notifications to users:

@netchampfaris
I know about that but let’s see if

  1. In field user set time to talk him at X time not date.
  2. Whenever X time meet our system time then show notification.

Please Help!