Hello,
I have to run a task that creates a report and save it in the db as pdf file.
The task must run every day.
Should I make it work as a webpage? Is it safe to load the page from scheduler and run the code onLoad?
Are there better solutions?
Thank you in advance.