Hi All,
I need a notification to go by email at 5pm every week day to all employees to complete the employee check out process.
Thanks in Advance
@sathya_raj if you have a very specific datetime you can use server scripts type scheduler with cron frequency . then use the frappe.sendmail function to send emails
can u please help me for the server script for email at 5pm every week day to all employees to complete the employee check out process
Thanks in Advance
@sathya_raj
this email will be sent every day at 5PM exactly. check crontab to learn about crons .
sendmail is a simple function that takes email list, subject and message .
also please help this issue Once the leave approvals/claims/any requests initiates the work flow, if that corresponding request are not being approved by the concenred approver, then set a notifier every 48 hours until the submitted approvals gets approved.
how to set this type of notification,
Thanks in Advance.