We have identified an issue with the functionality of Netsuite’s Advanced PDFs when using the Adobe PDF view plugin.
During the investigation of this problem, we observed that a URL link is being displayed within the PDF. The URL is stored within the subsidiary record, and we are retrieving it using the code “record.subsidiary.url”. However, this approach is causing an error.
To resolve this issue, please use the following modified code: “record.subsidiary.url@url”. This adjustment will ensure the proper handling of the URL and prevent any errors from occurring.