Hi all, so I have a suitelet that creates a CSV fi...
# suitescript
z
Hi all, so I have a suitelet that creates a CSV file and puts it in the cabinet. I want it to download on button click, but when I do
context.response.writeFile(file, true);
it seems to make a csv of the form context and not my file cabinet csv. What am I doing wrong?
😕 1