You need to sign in to do that
Don't have an account?
verify schedule job expression
The scheduled job run everyday at 12 am.
String schExp = '0 0 0 * * ?';Is it correct?
You need to sign in to do that
Don't have an account?
String schExp = '0 0 0 * * ?';Is it correct?
There needs a small change in your expression. Add one more '*' at the end.
String schExp = '0 0 0 * * ? *';
You can refer http://www.cronmaker.com/ for more information regarding the Cron Expression.
Please let me know if you need any more assistance.
Thanks,
Jainam Contractor,
Salesforce Consultant,
Varasi LLC
www.varasi.com