Join Slack
Communities
Powered by
I need to download quote pdf using restlet or soap...
# suitescript
p
Parameswaran
10/14/2020, 10:14 AM
I need to download quote pdf using restlet or soap. Any suggestion please
b
battk
10/14/2020, 10:23 AM
if the file exists already, SOAP is an option
battk
10/14/2020, 10:23 AM
if not, you will at least need to use N/render to create the file, probably in your restlet
battk
10/14/2020, 10:24 AM
you can then return the file contents as a string as part of your json response
p
Parameswaran
10/14/2020, 10:42 AM
thanks for the update.
Parameswaran
10/15/2020, 12:34 PM
Hi any sample code to download directly from transaction in restlet
b
battk
10/15/2020, 12:43 PM
nope, dont know what you mean by download directly from transaction
battk
10/15/2020, 12:44 PM
expect to learn how to use
N/render
to generate the
file.File
that you will be using
2
Views
Open in Slack
Previous
Next