I have a suitelet form page that has a print pdf b...
# suitescript
t
I have a suitelet form page that has a print pdf button. In the client script I'm doing an https.post request back to the suitelet. The suitelet is supposed to create and render the pdf through context.response.writeFile() which I think it's passing through as a response but I can't seem to render to browser in the client script with window.open(response).. anyone have a clue where I may be missing something important?