Rename batch task output

Hello,

I'm using X3 V12 and I'm trying to create a batch recurring task in order to print every night all the invoices of the day.

However, right now the task only creates a pdf file with the same name as the report.

How can I dynamically change the output name?

Here is what I tried:

Thanks !

Parents Reply Children
  • 0 in reply to Israel Braunfeld

    Hello thank you for your answer. I tried your solution but it doesn't seem work.

    I tried

    "D:\...\...\..\...\tmp\test\Invoice_" + [F:SIV]NUM + ".pdf"   

    "D:\...\...\..\...\tmp\test\Invoice_" + "test" + ".pdf"   

    D:\...\...\..\...\tmp\test\Invoice_ + [F:SIV]NUM + ".pdf"   

    but none of these solutions seem to work.