Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
I am trying to send the file generated by data export widget in email. How to do this?
Solved! Go to Solution.
Hello,
The widget is executed in the user's browser, but you send emails on the server side. If you need to send CSV files as emails, I would recommend abandoning the widget path and consider the following sequence instead:
If you need to download the CSV file in addition to emailing it, then instead of (4) you can return the complete filename and use it as URL for WebFrame widget on your mashup. This will trigger the download after the email has been sent. In this case make sure that you have some scheduled job which cleans up those temporary files every night for example.
Regards,
Constantine
Hi,
Unfortunately, a click event that would help sending the file by email for Data Export widget is not available.
Please check this article: https://www.ptc.com/en/support/article/CS225499
Hope it helps,
Raluca Edu
Hello,
The widget is executed in the user's browser, but you send emails on the server side. If you need to send CSV files as emails, I would recommend abandoning the widget path and consider the following sequence instead:
If you need to download the CSV file in addition to emailing it, then instead of (4) you can return the complete filename and use it as URL for WebFrame widget on your mashup. This will trigger the download after the email has been sent. In this case make sure that you have some scheduled job which cleans up those temporary files every night for example.
Regards,
Constantine
Hi @Ujwal17.
If one of the previous responses allowed you to find a solution, please mark the appropriate one as the Accepted solution for the benefit of others with the same issue.
Regards.
--Sharon