Requirement: On the website, we do not have the matrix item feature. Instead, we maintain a single item record, with all its variants established as distinct custom records and linked to the item within the custom tab. Based on the item option selected in the item record, we need to display the item options table… Continue reading Display item options using custom record – Proposal
Author: Shekha E K
How to add a new section for showing the profile name only in the top of the my account overview section
Scenario:Add the name of the customer logged in the below marked section in the myaccount overview page. Solution: We can either use extension or SMT.The simplest method will be using SMT.We can create a SMT area in the my account overview home page and this section will only appears in this page. We can get… Continue reading How to add a new section for showing the profile name only in the top of the my account overview section
Resolve “This user has exceeded the number of active access tokens for this role” while trying to fetch the code
Scenario: While we try to fetch the code in terminal using access token, sometimes it throws error as follow: “This user has exceeded the number of active access tokens for this role“ Solution: If you run into this Access Token Limit error, it might be necessary to revoke a token in Netsuite. To revoke an… Continue reading Resolve “This user has exceeded the number of active access tokens for this role” while trying to fetch the code
Remove an Email Address from the Bounced Email Addresses List
Go to Lists > Relationships > Bounced Email Addresses. Check the box in the Delete column for each email address you want to clear the bounce history for. You can also click Mark All to select all email addresses in the list. Click Delete.
Resolve Error: “SSS_INVALID_SRCH_FILTER_JOIN”
Scenario: The following error is thrown: “SSS_INVALID_SRCH_FILTER_JOIN” when an nlobjSearchFilter contains an invalid join ID, or is not in proper syntax. This error is thrown if a SuiteScript record search operation has at least one nlobjSearchFilter object that uses an invalid join table ID. A join table ID is invalid if it is not included in the record… Continue reading Resolve Error: “SSS_INVALID_SRCH_FILTER_JOIN”
Resolve Webstore Matrix Item Warning This Item Is Not Properly Configured, Please Contact Your Administrator
We encounter the warning “This item is not properly configured, please contact your administrator” when weview the item in their webstore. This solution is applicable for customers who already have a correct setup for the Item Options in the Item record. Solution: Create a new Matrix Item Navigate to Lists > Accounting > Items > New Click Matrix Item Assistant Item Name/Number: Enter… Continue reading Resolve Webstore Matrix Item Warning This Item Is Not Properly Configured, Please Contact Your Administrator
Resolve Error: “Posting and non-posting discounts/markups are not allowed on the same transaction”
Scenario: While creating sales order with a markup item as well as a discount item. Error throws “type”:”error.SuiteScriptError”,”name”:”USER_ERROR”,”message”:”Posting and non-posting discounts/markups are not allowed on the same transaction”. 2. When we try to apply promotion in a sales order from webstore/netsuite where we are adding a markup item also through script. Solution Consider a salesorder… Continue reading Resolve Error: “Posting and non-posting discounts/markups are not allowed on the same transaction”
Resolve error ‘hbspt is not defined’ while embedding hubspot script with Suitecommerce
Scenario While using code given below, throwing error ‘hbspt is not defined’. <script charset=”utf-8″ type=”text/javascript” src=”//js.hsforms.net/forms/embed/v2.js”></script> <script> hbspt.forms.create({ region: “na1”, portalId: “23130323”, formId: “22b95edc-a15c-4996-af4c-d32d6650a3a5” }); </script> solution: Change the script to the below format. <script> (() => { const script = document.createElement(“script”); script.setAttribute(“type”, “text/javascript”); script.src =… Continue reading Resolve error ‘hbspt is not defined’ while embedding hubspot script with Suitecommerce
Error “ReferenceError: hbspt is not defined” with embed code for SCA form
Scenario: When we want to embed a script to add a form on the SCA website to connect with hubspot, Error “ReferenceError: hbspt is not defined” is showing in console. <script charset=”utf-8″ type=”text/javascript” src=”//js.hsforms.net/forms/embed/v2.js“></script><script> hbspt.forms.create({ region: “na1”, portalId: “23130323”, formId: “22b95edc-a15c-4996-af4c-d32d6650a3a5” });</script> Solution: Loading the script dynamically will solve the issue. Use… Continue reading Error “ReferenceError: hbspt is not defined” with embed code for SCA form
The following email addresses have experienced hard bounces recently” on Employee Record
Scenario:User is adding an Administrator role to an employee results to an error message: “The following email addresses have experienced hard bounces recently”. Email addresses with previous bounces cannot be given Administrative access, thus, the email should be cleared from the list of Bounced emails. Solution: 1. Navigate to Lists > Relationships > Bounced Email Addresses 2. Delete: Locate Email Address:… Continue reading The following email addresses have experienced hard bounces recently” on Employee Record