I am using a suitelet to generate a file and download it to the users computer.
However if we need to generate and download multiple files how would that be done?
Ex need a .csv and a .pdf file generated and downloaded at the same time.
Currently using context.response.writeFile to download the file to the users computer.