Resolving Partner Contact Information Visibility Issue in Support Tab

Description: This article addresses the issue where the “Partner Contact” information was not visible in the Support tab after a recent NetSuite update. It outlines the steps taken to resolve the issue and provides guidance on ensuring the “Partner Contact” information is displayed correctly. Details: Issue: After the recent NetSuite update, the “Partner Contact” information was… Continue reading Resolving Partner Contact Information Visibility Issue in Support Tab

Restricting Customer Login Access to NetSuite Website Using Single Sign-On (SSO)

Description: To restrict customer login access from the NetSuite website while allowing authentication through an external Single Sign-On (SSO) provider like Okta, you can enable the Single Sign-On Only option in the role record. Steps to Restrict Login from Website: Navigate to Setup > Users/Roles > Manage Roles in NetSuite. Select or create a role… Continue reading Restricting Customer Login Access to NetSuite Website Using Single Sign-On (SSO)

Resolving Source Code Deployment Errors During Gulp Deploy

Issue: While deploying source code using gulp deploy, you may encounter the following errors: INVALID_LOGIN_ATTEMPT Error Error INVALID_LOGIN_ATTEMPT Invalid login attempt. Exceeded Number of Active Access Tokens for Role (node:6668) UnhandledPromiseRejectionWarning: Error: This user has exceeded the number of active access tokens for this role. at OAuth1._baseStep (C:AjithKsProjectsPCINPATCH EXTENSION CHECKWorkingsourceSC_23.1_LiveCommonsns_npm_repositoryoauth1index.js:287:19) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async… Continue reading Resolving Source Code Deployment Errors During Gulp Deploy

Remove Product Review Star Rating when there is No Review in Reference Shopflow

Applies To Product: NetSuite 2022.2 SuiteApp: Reference Shopflow 1.04 Scenario User may want to disable displaying the star rating on the product list page when there is no review available. Solution Copy star_rating_macro.txt from Reference Shopflow to Custom Shopflow on a similar path: Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. – ShopFlow 1.04.0 > Custom ShopFlow > templates > globals > macros Look for this section: <div class=”rating-area” data-toggle=’rater’ data-name=”<%= options.name… Continue reading Remove Product Review Star Rating when there is No Review in Reference Shopflow

INSUFFICIENT_PERMISSION” Error for File Access in SuiteCommerce Advanced (SCA)

If you encounter the “INSUFFICIENT_PERMISSION: You need a higher level of the ‘Lists -> Documents and Files’ permission” error while using nlapiLoadFile or N/file.load() in your SuiteCommerce Advanced (SCA) environment, follow these steps to resolve it: Temporarily switch to the “SC Deployer” role and check if the issue persists. Verify and update role permissions: Go… Continue reading INSUFFICIENT_PERMISSION” Error for File Access in SuiteCommerce Advanced (SCA)

contextData and contextDataRequest Properties

contextData is a property of every view, but it is only populated with data in some of those views. contextDataRequest is a property available to views that are children of views with contextData. You can call contextDataRequest by passing in an array of types of data you want returned. Views can return four types of objects and each view may… Continue reading contextData and contextDataRequest Properties

Login Email Address Appears in the Password Reset URL

Applies to SuiteCommerce Advanced | Elbrus This patch adds a method named sendPasswordRetrievalEmail2(), included in Kilimanjaro and later implementations of SuiteCommerce Advanced. Located in the Commerce API, sendPasswordRetrievalEmail2() generates a password reset email message. For added security, the original login email address for the customer does not appear in the password reset URL generated by this method. Other… Continue reading Login Email Address Appears in the Password Reset URL

Group Gift Certificates in Your Web Store

This extension introduces Gift Certificate Groups, which lets you display related gift certificates together on the Product Listing Page (PLP) and Product Detail Pages (PDP) of your site, instead of listing each gift certificate individually. For example, you can create one group called $50–$500 Gift Certificates and one group called $1000–$1500 Gift Certificates. You can… Continue reading Group Gift Certificates in Your Web Store