Join Slack
Powered by
Can any one help me out i want to render xml strin...
# suitescript
a
Arham Momin
12/07/2022, 12:09 PM
Can any one help me out i want to render xml string in another tab as a pdf in suitelet ,but in POST it loads in current page .
s
Shehzad Shaikh
12/07/2022, 1:17 PM
did you try this? `
Copy code
window.open(url, '_blank')
`
a
Arham Momin
12/07/2022, 1:45 PM
yes but ,render module is not supported for CS it is only for UE
b
battk
12/08/2022, 1:25 AM
use window.open to open a new tab to the suitelet, and then make the suitelet write your file in response to the window.open
Open in Slack
Previous
Next