Resolve ‘Error: Wrong parameter type’ on Extension Manager Activation

How to resolve the “Error: Wrong parameter type: parameters.active_extensions is expected as string or number or null” when using older versions of SuiteCommerce Extension Management bundle on production and sandbox account. Solution If you are using SuiteCommerce Extension Management bundle versions 2018.2 or lower, updating the bundle to 2019.1 or higher will resolve the concern.

Suite script Error SSS_INVALID_API_USAGE

When creating a record through CSV import, an SSS_INVALID_API_USAGE error is encountered. The SSS_INVALID_API_USAGE error appears when a user event script instantiates records by using the newRecord. When the script executes on a record that is being created, and the script attempts to use Record.getText(options) without first using Record.setText(options) for the same field. When the script executes on an existing record or on… Continue reading Suite script Error SSS_INVALID_API_USAGE

Giving access to new employee

User adds new Employee to Give Access and Default Password marked to be Required for Password Change on Next Login and received the following error:“Only the user can change this password, as this user has access to more than one NetSuite account.” If already accounts there for the employee dont give password. Just check give… Continue reading Giving access to new employee

Extension Manager Error or Deployed Theme Not Appearing In Extension Manager

After performing a successful Gulp Deploy, the deployed theme is not available within the Extension Mangers theme section to be selected and activated. Extension Manager shows an error page when you try to open Extension Manager (Path: Commerce > Websites > Configuration). This could be caused by SC Extension Management version update. Error message: {“header”:{“status”:{“code”:”ERROR”},”message”:”Unexpected… Continue reading Extension Manager Error or Deployed Theme Not Appearing In Extension Manager

How to generate an Authentication token while deploying changes in the Elbrus version.

When we’re trying to deploy the development code in the NetSuite for SCA Elbrus for both accounts i.e. Sandbox and Production. We’re getting this error many times if we don’t have the existing token in our terminal most of the time when we’re deploying the first time. Still, we change the role from administrator to… Continue reading How to generate an Authentication token while deploying changes in the Elbrus version.

How to resolve errors while deploying Map/reduce script

Scenario:While creating a new script record in Netsuite and deploying the script, there may b a “Failed” message displayed on the status page. One major reason for this will be the file name of the script file if the filename of the script file is large or any special characters are used this may lead… Continue reading How to resolve errors while deploying Map/reduce script