Just wanted to put out there a potential defect wi...
# suiteanalytics
d
Just wanted to put out there a potential defect with using "Alert me when ready" function for reports. The URL that is emailed to the user has been 'double-encoded' The unencoded URL is:
.<http://app.netsuite.com/app/reporting/reportrunner.nl?reportaction=showstoredresults&id=[accountid]:[reportresultid]|app.netsuite.com/app/reporting/reportrunner.nl?reportaction=showstoredresults&id=[accountid]:[reportresultid]>:
Encoded once the id parameter should be:
id=[accountid]%3A[reportresultid]%3A
But instead it's encoded a second time to:
id=[accountid]%253A[reportresultid]%253A
Which NetSuite returns a "Invalid Report ID" error for