I've BC19 and I need to schedule task to create and download text file using codeunit.
This task takes several hours and for this reason I would like to use the job queue. Is there a way to make available for download file created on the web client?
How can do it?
0
Answers
I tried to follow your suggestion but didn't find anything interesting. My goal is to run a codeunit that create a file. This file should appear in Report Inbox
PROCEDURE RunReport in Codeunit 449 Job Queue Start Codeunit
or as a slightly alternative approach
Codeunit 1181 Prvacy Data Mgmt Excel, OnRun Trigger