Appreciate your support that i have a custom module for ex called ( Product and Service ) that contain all services that customer purchased from us - That module contain field called ( Expiration date ) i wont to create a work flow to send a notification email to assigned user before 30 Days from Expiration date .
Ex : Expiration date will be 25th Sep 2019
Want the assigned user to receive an email on 25th Aug 2019
Sending email is sometimes problematic. I suggest that first, you try your email with a simpler action - for example, setting a field to a certain value, just to make sure that the Workflow runs, and that your condition works. Once that is working, you can worry about sending email.
The condition could be having some problems with the date format, that happens…
What is it about this that you’re having trouble with? Don’t you have access to a console on your system? If that is the case, sometimes setting cron jobs is possible through CPanel.
The Scheduler and work flow working normally but i need to to configure the work flow to send an email before 30 days from expiration date . how can i do that ?
When dealing with dates in Workflows, don’t use “equal”, that would only match if the Workflow happened to run at the exact time (not just date) that the Product happened to be 1 month from expiring.
Always use Greater than or Lesser than. I tend to get the two confused so I just try one, if it doesn’t work, try the other…