Lucas
07/09/2024, 10:03 AMurl.resolveScript(options)
will only be allowed for authenticated sessions. Scripts using url.resolveScript(options)
with the returnExternalUrl
parameter set to true will no longer work in untrusted contexts. To avoid errors, you must review scripts that use the url.resolveScript(options) method with the returnExternalUrl
parameter set to true and ensure that this setting is used only in a trusted context.
Effective June 13, 2024, https.requestSuitelet(options)
will be supported for internal URLs in trusted contexts. This will become the default behavior, without the need of setting the option.external parameter. On July 30, 2024, use of option.external=true
will stop working, and https.requestSuitelet(options)
will only work for internal Suitelets. This change also applies to the promise version: https.requestSuitelet.promise(options)
.
---eminero
07/09/2024, 4:13 PMLucas
07/09/2024, 4:14 PM