Hi Expert,
Is there any way to download file from job queue?
I have written below code
CSVBuffer.savedatatoblob(TempBlob,’,’);
TempBlob.CreateinStream(InStr);
DownloadfromStream(Instr,’’,’’,’’,FileName);
If I setup this codeunit in job queue I am getting below error
Microsoft Dynamics 365 Business Central Server attempted to issue a client callback to download a file: TEST (CodeUnit XXXXX Export). Client callbacks are not supported on Microsoft Dynamics 365 Business Central Server.
Is there any other way to download the files? Any suggestion.
Thank you