Scenario User receives the error “This user has exceeded the number of active access tokens this role.” when issuing a token through RESTlets. Solution There can only be a maximum of 25 access tokens a user can have in an account. If a user tries to create another access token even if he already has 25… Continue reading Access Token Limit for a User in an Account.
Author: Sanjay Kushwaha
To Solve the Issue Cannot Continue this Authorization Flow, Your Current role has insufficient permission.
Scenario To fetch the theme or Extension we need to Create New Token, but while Creating New Token we will see the Above error message. Solution Open terminal install npm before Fetching the theme,Run below Code npm i oauth1 suitetalk Now Write Code for Fetch: gulp theme: fetch Create new Token Now it will redirect… Continue reading To Solve the Issue Cannot Continue this Authorization Flow, Your Current role has insufficient permission.
Image Resizing and Compression
Scenario Image resizing makes it possible to use a single item image on the product details page, in search results, and for thumbnails. By resizing images to an appropriate size, the resizing tool speeds up page load times and improves SEO(Search engine optimization) Guidelines Image resizing applies to JPG and PNG files. Compression only applies… Continue reading Image Resizing and Compression
To Solve Error Message “Could not Download all the Extension File” “Unexpected Error”
Scenario when we try to fetch the theme we will see Error message “Could not Download all the Extension File” “Unexpected Error” in our Terminal. Screen Shots of error message Solution:- Login to Netsuite using ID Password open terminal and type below code gulp theme :fetch –to create new token After Redirect to Browser Click… Continue reading To Solve Error Message “Could not Download all the Extension File” “Unexpected Error”
Solve issue” Cannot continue this authorization flow. Your Current Role has insufficient Permission , Select one of the Role in change role list or contact your Account Administrator”
Scenario When we try to create Token in Elbrus Version we will see Cannot continue this authorization flow. Your Current Role has insufficient Permission , Select one of the Role in change role list or contact your Account Administrator message in our Browser. ScreenShots of Error Message Solution:- login to Netsuite using ID and Password… Continue reading Solve issue” Cannot continue this authorization flow. Your Current Role has insufficient Permission , Select one of the Role in change role list or contact your Account Administrator”
Resolve ‘The feature Sale Downloadable file required to access this page is not enabled on this account.’
scenario When we Navigate to Lists > Web Site > Items, system throws an error notice about The feature ‘Sale Downloadable’ file required to access this page is not enabled on this account. This happens because the Item List is set to show Type = Download Item andthen the feature was disabled. Solution Option 1:… Continue reading Resolve ‘The feature Sale Downloadable file required to access this page is not enabled on this account.’
Different Method to get Previous Page URL
Scenario In JavaScript, we can get the URL of the previous page by using the document.referrer property. This property returns the URL of the previous page that the user came from. If the document.referrer property doesn’t work for our specific use case or is not available, there are some alternative ways to get the previous… Continue reading Different Method to get Previous Page URL
How to solve Extension Manager Error
Scenario Extension Manager shows an error page when you try to open Extension Manager (Path: Commerce > Websites > Configuration). This could be caused by SC Extension Management version update. Error message: {“header”:{“status”:{“code”:”ERROR”},”message”:”Unexpected token: o”,”extra_data”:{},”error_code”:”SyntaxError”}} Solution To resolve this, follow the steps below: 1. Navigate to Customization > Lists, Records, & Fields > Record Types 2. Search for the SC… Continue reading How to solve Extension Manager Error
Switch the image According to Selected Color in PDP page
Switch the image According to Selected Color in PDP page Scenario Some Website has matrix option with colors. Image is added in the gallery under the main image, based on that.When we click on each color the image need to switched and image with that color should be displayed. Solution checked All the website Setup… Continue reading Switch the image According to Selected Color in PDP page
Solve the issue “Not Allowed. Sorry! You have no permission to view this page.” when viewing transaction history in My Account page .
Applies To Product: NetSuite 2022.1 Scenario The reason why a user gets the error message “Not Allowed. Sorry! You have no permission to view this page.” when viewing the transaction history in My Account page is because the level for Customer Payment permission is set to View or lower or level of Find Transaction is set to View… Continue reading Solve the issue “Not Allowed. Sorry! You have no permission to view this page.” when viewing transaction history in My Account page .