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

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 ‘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

Images not Displaying when adding Merchandizing Zone via Site Management Tools

Scenario: When adding a Merchandising Zone via Site Management Tools and applying a Merchandising Rule, users may find that the images associated to the rule aren’t appearing on the website. Solution: 1. Navigate to Documents > Files > File Cabinet > Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. – CMS > CMS > Reference Shopflow > Published > Templates 2. Add the tag image_default_tmpl to the image_default.txt record 3. Save the record 4.… Continue reading Images not Displaying when adding Merchandizing Zone via Site Management Tools

Proposal for UK website setup

Requirement  Setup “OX Tools UK Sales Order” form to all orders for the UK subsidiary. OX Tools requires to lock the delivery method to what’s selected on the customer record and then auto-calculate shipping cost. Also Restrict the customer from editing their profile name and adding new address.  Deliverables  Transaction form If the customer’s subsidiary is… Continue reading Proposal for UK website setup