Hi, how can I schedule a report to be automatically generated and emailed to my customers whenever a new report is available based on specific dates? Additionally, the system currently only allows exporting the report in PDF or Excel format, but I need it in a text file. Is there a way to automate this entire process in acumatica Like using buisness events or any other thing? Or If I try using Python for this, will it cause any issues with Acumatica? Please guide me.
Solved
Automate the report and Send email after generating
Best answer by tahayabali
I have automated this task using Python Selenium. The code works with both custom and present dates, retrieves the report data, saves it to a text file, and sends it via email every week.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.