Is it possible to create a file using `file.create...
# suitescript
n
Is it possible to create a file using
file.create
and attach from Web? I tried using
File.Type.WEBAPPPAGE
but got an error. The API doesn't seem to support it, but I am hoping I am wrong
b
probably want to use N/https to get the page and use the response body as your file contents