<@UBATRBBGC> You can set a filename on the respons...
# suitescript
k
@Trevor McLean You can set a filename on the response.like this.
Copy code
response.addHeader({
                            name: 'Content-Disposition',
                            value: 'inline; filename='+'"Copy Invoice '+transactionNumber+'"'
                        });