Suitelet Error: Invalid Page Parameter

Scenario: When a suitelet script calls another suitelet script or a client script with the link from url.resolveScript() method, we face an issue ‘Notice: Invalid Page Parameter’. Solution: This error occurs because we did not give the option ‘returnExternalUrl: true’ in the url.resolveScript()method. Without the ‘returnExternalUrl: true’ option, the method generates the internal URL of… Continue reading Suitelet Error: Invalid Page Parameter

When calling the Suitelet API, I’m encountering the ‘SSS_INVALID_HEADER’ error.

Suitelet Response HTTP Header Restrictions In addition to the headers outlined in the General Blocked HTTP Headers section, certain headers cannot be manually set when interacting with the http.ServerResponse objects sent by Suitelets. Attempting to set values for any of these headers will result in an SSS_INVALID_HEADER error. The restricted headers are listed below: Allow… Continue reading When calling the Suitelet API, I’m encountering the ‘SSS_INVALID_HEADER’ error.