Is it possible to automate the printout of the Recurring task log?

when running FUNAUTDLV via a recurring task batch job,  we would like to be able to print the log file that gets generated as the task completes.

Is this possible ?

we are using V11 Patch 11

Parents
  • 0

    This may not be exactly what you are looking for, but could be a alternative solution.

    You can setup a workflow where the triggering even type is "End of Task" and the event code being the task you are running (FUNAUTDLV). Setup the email recipient under the "Recipient" tab, and under the message tab, you can setup the email subject and body. Check the "Linked Trace File" checkbox to allow log file attachment.

    By doing so, whenever FUNAUTDLV runs, it would email the log file to the the recipient. Please note that the task code here is referring to the X3 task code, NOT the recurring task code. If you want to only email the log when certain recurring task is triggered, you may want to add a condition under the general tab such as [F:ABR]CODABT = "your_recurring_task_code"

Reply
  • 0

    This may not be exactly what you are looking for, but could be a alternative solution.

    You can setup a workflow where the triggering even type is "End of Task" and the event code being the task you are running (FUNAUTDLV). Setup the email recipient under the "Recipient" tab, and under the message tab, you can setup the email subject and body. Check the "Linked Trace File" checkbox to allow log file attachment.

    By doing so, whenever FUNAUTDLV runs, it would email the log file to the the recipient. Please note that the task code here is referring to the X3 task code, NOT the recurring task code. If you want to only email the log when certain recurring task is triggered, you may want to add a condition under the general tab such as [F:ABR]CODABT = "your_recurring_task_code"

Children
No Data