Solution for ‘Impossible to parse backend error – Response’.

We can solve the ‘Impossible to parse backend error – Response’ error by changing the manifest vendor name or changing the extension vendor name from record types. This error happening because of the vendor name is case sensitive. So we can use only same vendor name for all extensions. If we created new extension with… Continue reading Solution for ‘Impossible to parse backend error – Response’.

The custom transaction body field is not showing in the Sales order record in Netsuite.

This article covers the solution for displaying the custom transaction field created for sales orders not showing in the sales order record even after checking the Applies to “Sales” checkbox. After this setup, still not showing in the sales order record. Then check these steps: Go to the sales order record. Click customize button on… Continue reading The custom transaction body field is not showing in the Sales order record in Netsuite.

Resolve Script Error:” Invalid custbody_xxx Reference Key xxx When Setting the Field Value of a List/Record Custom Field”

Error is thrown when the value that the user is trying to set cannot be found among the IDs collection of that record or the field to set has a different type than the value to set to. Solution For example: Sales Order is generated from Case record using script. A custom field Linked Case… Continue reading Resolve Script Error:” Invalid custbody_xxx Reference Key xxx When Setting the Field Value of a List/Record Custom Field”

How to solve the Module not found error due to the newly created extension.

This error will show if i have created extension on my account and shopping, but we need to do changes on my account only then we will get error as module not found in shopping page using this method, we can solve this error in same extension. We can create a new JavaScript and rename… Continue reading How to solve the Module not found error due to the newly created extension.

Customize Promo Code Message saying “‘This coupon does not apply to items in cart” displayed on the Checkout Page of a Site Builder Web Store

User may want to customize the Promo Code Message appearing on the Checkout page.  1. Navigate to Commerce > Site Builder > Customize Text 2. Click Customize 3. Click Error Messages 4. Look for ‘This coupon does not apply to items in cart.’ 5. On the box beside it, set the desired warning message 6. Click Save

Resolve EADDRINUSE error when running gulp local

Suite Commerce Advanced can run on a local server by entering the “gulp local” command. This is usually used to verify and test the changes immediately made on the application without affecting the production/live environment. When a user encounters the following Error: “Error: listen EADDRINUSE 0.0.0.0:XXXX“, it only means that the address XXXX is being… Continue reading Resolve EADDRINUSE error when running gulp local

Error: “Your current role has insufficient permission. Select one of the roles in the Change Role list, or contact your account administrator” When Creating a New Token to Fetch Extension in SuiteCommerce InStore (SCIS)

You may be prompted with this error when executing ‘gulp extension:fetch –to’ and creating a new token for fetching the extension. To resolve this error, make sure that the token-based authentication feature is enabled on your account. Solution1. Navigate to Setup > Company > Enable Features 2. Click SuiteCloud tab Manage Authentication: a) Token-Based Authentication:… Continue reading Error: “Your current role has insufficient permission. Select one of the roles in the Change Role list, or contact your account administrator” When Creating a New Token to Fetch Extension in SuiteCommerce InStore (SCIS)

Resolve Error: “The template cannot be saved due to the following errors: The following has evaluated to null or missing.” When Customizing a System Email Template

Scenario User customizes a system email template and an error alert is returned. The behavior is caused by some system email templates referencing record types that are only available when their underlying features are enabled. For example, if the Gift Certificates feature is disabled, the native Standard Web Site Gift Certificate system email template would… Continue reading Resolve Error: “The template cannot be saved due to the following errors: The following has evaluated to null or missing.” When Customizing a System Email Template