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
Author: Ajith K S
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
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
Reference My Account Generates Error on Load
Applies to SuiteCommerce Advanced | pre-Denali In some pre-Denali releases of SuiteCommerce Advanced , viewing the home page of My Account results in a blank page and SuiteCommerce returns the following error: Uncaught TypeError: Cannot read property ‘is_logged_in’ of undefined. This error can occur because of the number of invoices returned for My Account is… Continue reading Reference My Account Generates Error on Load
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
Display Gift Certificates in My Account
The Gift Certificate Management extension lets you include a gift certificate section on shoppers’ My Account pages. Users can use this section to check the remaining balance of their gift certificates and store gift certificates in one place. When a user orders a gift certificate, the extension checks if the recipient’s email address is associated… Continue reading Display Gift Certificates in My Account
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