So, I have a restlet that will return a file (in t...
# suitescript
d
So, I have a restlet that will return a file (in the File Cabinet), based on the request data. Anyway I could redirect the response to the file URL? Or must I open, read and return the file contents?