need ability to generate pdf and csv output with 1 web report manual run
Summary:
we have requirement to print custom commercial invoice report through adhoc run done by user. And for every order for which commercial invoice report is generated we need a way to trigger WMS API to update a custom field of that order so that it can be used as a filter criteria to ensure the same order does not get printed twice on 2 different reports.
To fulfill above requirement we need ability to create 2 outputs from 1 report run 1 in PDF format and other in CSV format.
- PDF output will be used by warehouse operators
- CSV output needs to be sent automatically to SFTP with every manual report run (this data will be used for API call to update order cust field)
0