Application Engine Create/Save a file in Network Folder and Email
I have an Application Engine process that is ......Writing/saving a csv file to a folder and sending an email in which a user can access the output on the Process monitor by clicking on a URL.
I need to .........Write/save a csv file to the folder and send an email that contains the csv file not a URL.
I want to add this functionality through the Process Definition setup and/or the ‘Distribution’ when running the process. I have tried
various setups but have not been able to both write the file to the folder and email the file at the same time. Has anyone been able to include this handling in an Application Engine process via setup without using the 'sendmail' command?