Send email to employees if timesheet is not filled for the day

Hi @Akshay_Durgade,

You can’t achieve this with client scripts.

You’ll have to create a server script and set up a daily cron job. To do this, utilize Scheduler Events, which allow you to run tasks regularly in the background using the scheduler_events hook.

please check the documentation of Scheduler Events

Also, check the video.

I hope this helps.

Thank You!