create a work flow
Tag: Error
Error “Deployment scriptlet not found, aborting.”
To solve this issue go to distro.js file inside your source directory and find the code “scriptId”: “customscript_ns_sca_deployer_2020_2_0”, “deployId”: “customdeploy_ns_sca_deployer_2020_2_0”, Replace the _2020_2_0 with the version that you are currently using(if you are using 21.2.0 replace the code as follows “scriptId”: “customscript_ns_sca_deployer_2021_2_0”, “deployId”: “customdeploy_ns_sca_deployer_2021_2_0”,
Error: Impossible to parse backend error while running extension
How to solve error ” impossible to parse backend error – Request{“url”: ” “} ” occurring in console, while running the extension? Solution: Check the vendor in manifest and folder name created for the service file in Netsuite. Both should be same. The vendor name is case sensitive so while using the model, we should… Continue reading Error: Impossible to parse backend error while running extension
How to resolve Error in extension: Module ‘GlobalViews.CountriesDropdown.View’ not found.
In order to add country field in form, I have used ‘GlobalViews.CountriesDropdown.View’ in the view file. But it is creating issue . Solution: These files ‘GlobalViews.CountriesDropdown.View’ are not available in shopping domain and myaccount domain. So remove it from those domains and deploy it to only checkout. This can be done by editing manifest file.
POST action error in form submission using extension
Created an extension to create a Lead record in netsuite on form submission. But while submitting the form it is throwing POST action error. Solution: Check the vendor in manifest and folder name created for the service file in Netsuite. Both should be same. The vendor name is case sensitive so while using the model,… Continue reading POST action error in form submission using extension
Extension activation error
While activating themes or extensions in SCA, the activation status is continuously shows as “pending “. The issue exists even after 15 minutes of activation, then several methods can be done to resolve the issue.To solve the issue follow the steps described below.Try with each method given below. method 1: Go to Customization > List,… Continue reading Extension activation error
Extension activation issue
While activating extension in NetSuite account keep getting error. Tried with possible ways but not getting the results. Tried with deleting activated record, tried activation without extension, with only one default extension, custom existing custom extensions but keep getting errors. If anyone faced the same please share the solution how I can resolve it.
Error_This record already exists
The error occurs during CSV import when we use an external ID that was already used. We can create a saved search to see if an external ID is already used in the system. How to resolveImport the record using a new external ID
Error_ Invalid price plan reference key CUA2A for Currency 1.
This error occurs when we import subscriptions.This error is usually returned when the Price Plan that is being used for a new Subscription has already been used in an existing Subscription. We can check whether the price plans that we imported are already used, by creating a saved search.How to resolve Create a new Price… Continue reading Error_ Invalid price plan reference key CUA2A for Currency 1.
Issue of occurrence of 1.0 while setting 1 in SO sublist
The script works fine on edit/save the record manually but when the “Create Contract Item” button on the Contract record is used an error occurs “You have entered an Invalid Field Value 8.0 for the following field”.