Question
TCS
US
Last activity: 30 Mar 2023 2:11 EDT
Job Scheduler - Send Email
Hi
We have a requirement in our project to send email once the Job scheduler is started & completed with the status. Can any one help me how to determine if Job scheduler is completed? I did some analysis and found Job details are stored in class Log-Jobscheduler. I thought of creating a declare trigger on this class and generate the emails based on starttime, endtime and jobname. But declare trigger (on SAVE) is not getting triggered after the completion of Job scheduler. Is my approach correct or do we have any other way to achieve this?
Thanks in advance