I want to draw your attention to a notice we sent ...
# suitecommerce
s
I want to draw your attention to a notice we sent out about changes to SuiteScript that may affect you if you are using
url.resolveScript()
(SS 2.0) or
nlapiResolveURL()
(SS 1.0) in your customisations. https://system.netsuite.com/app/help/helpcenter.nl?fid=section_n3949604.html&whence=#subsect_77172506204
2
Although it is not explicitly mentioned in the note, SS 1.0 is also affected by this change. I have asked for clarity and an update to the note to reflect this.
We will be updating any affected NetSuite owned extensions, but you should check your own customisations.
n
Hi @Steve Goldberg, Regarding the upcoming change, I have a question about the following method used in a MyAccount extension:
nlapiResolveURL('SUITELET', 'scriptID', 'scriptDeploy', true).
Will this method require any changes, or is it considered a trusted context since it is used solely within MyAccount?
s
I'm not an expert on these changes but my understanding is that as the user will be logged in (they're in My Account) it will count as trusted
👍 1
n
Thank you!