Dears,
I have one two tables
jobMaster
- [jobID]
- [jobStatus]
jobMasterDetails
- [jobID]
- [jobTaskID]
- [jobTaskStatus]
jobMasterDetails contains multiple task against jobID present in jobMaster.
Once every Task Completes the [jobTaskStatus] is changed to '10' or '11' for Cancelled.
Now I need to monitor this once all the task status changes to Completed or Cancelled I need to makes the [jobStatus] in jobMaster as JOB COMPLETED.
Can anyone help and guide in this,
Thanking you in advance,
Best Regards,
Sam
I have one two tables
jobMaster
- [jobID]
- [jobStatus]
jobMasterDetails
- [jobID]
- [jobTaskID]
- [jobTaskStatus]
jobMasterDetails contains multiple task against jobID present in jobMaster.
Once every Task Completes the [jobTaskStatus] is changed to '10' or '11' for Cancelled.
Now I need to monitor this once all the task status changes to Completed or Cancelled I need to makes the [jobStatus] in jobMaster as JOB COMPLETED.
Can anyone help and guide in this,
Thanking you in advance,
Best Regards,
Sam