Notification Process?

 3 Replies
 0 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
Giselle
New Member Send Private Message
Posts: 0
New Member

My team and I are currently using the Lawson S3 9.0.0.2 Core Technologies application, and would like to have a report/notification sent out via email when a job finishes, to show the output/if the job was succesful or not. The job is a multi-step process, and we would like to have the email sent after the entire process is completed every day.

Can anyone please point me in the direction of how I would go about setting this up?

David Williams
Veteran Member Send Private Message
Posts: 1127
Veteran Member
If you have ProcessFlow you can schedule a flow to run your jobs (instead of using recdef) and send an email when the process completes.

You might also be able to create a tokendef job to shoot the email out and add that tokendef job to your multi-step jobdef.
David Williams
David Williams
Veteran Member Send Private Message
Posts: 1127
Veteran Member
I like the ProcessFlow suggestion better since you can add a Query against the GEN jobqueue table to check the status of the job prior to kicking off the next job.
David Williams
Giselle
New Member Send Private Message
Posts: 0
New Member

Ok, great. . thanks for the tips David!

Any hints on how I can go about setting up that process? I can't seem to find an online manual of sorts that can point me to the right start.