CUSTOM ROLE LOGIN ISSUE

If you’ve created a custom role and assigned it to your account but are unable to log in using that role, what could be the reason? The issue may be due to the role having SSO (Single Sign-On) permissions enabled. If this is the case, you won’t be able to log in using the standard… Continue reading CUSTOM ROLE LOGIN ISSUE

Update to the OAuth 2.0 Refresh Token Validity (Release 2025.2)

As of NetSuite 25.2, you can change the validity of a refresh token for the OAuth 2.0 authorization code grant flow. This gives you more flexibility when you set up OAuth 2.0 for use with integrations. The new default validity of a refresh token is two days. It previously was three hours. You can make… Continue reading Update to the OAuth 2.0 Refresh Token Validity (Release 2025.2)

Enhanced Check for Leaked Passwords

Previously, NetSuite performed multiple checks on new passwords during their creation. As of NetSuite 25.2, when you log in to NetSuite, your password is compared to a database of leaked passwords. Next time you log in, you will be prompted to change your password if it’s in the database. This feature increases security of your… Continue reading Enhanced Check for Leaked Passwords

Allow Celigo support to temporarily access your account

You can let the Celigo support team securely access your environments for troubleshooting without compromising security. A Celigo Support user profile is automatically available to all customer accounts. This is the profile that Celigo support representatives will have when they access your account to assist you while troubleshooting problems. If you are an account owner… Continue reading Allow Celigo support to temporarily access your account

Debugging and Troubleshooting Common Three.js Issues

1. Introduction Briefly explain what Three.js is and why debugging can be tricky in 3D applications. State the goal: help developers quickly identify and fix common problems. 2. Common Issues and Fixes a. Scene Not Rendering Check if the renderer is attached to the DOM. Ensure the camera is positioned correctly and pointing at the… Continue reading Debugging and Troubleshooting Common Three.js Issues

Defect Root Cause Analysis: Learning from Bugs to Improve Quality

In software testing, finding and reporting bugs is essential, but that alone is not enough to build high-quality products. The real improvement comes when we take time to understand why the defect occurred in the first place. This process is called Root Cause Analysis (RCA). Instead of treating every defect as a one-off issue, RCA… Continue reading Defect Root Cause Analysis: Learning from Bugs to Improve Quality

How to Update SMT Code in NetSuite: A Developer’s Guide

Updating SuiteCommerce templates or SMT code in NetSuite can be a confusing process—especially when changes don’t reflect as expected. Whether you’re editing frontend templates or managing CMS content, understanding the correct workflow is crucial to ensuring your changes are applied and visible on your live site. This article outlines the proper methods for updating SMT… Continue reading How to Update SMT Code in NetSuite: A Developer’s Guide

Applying Functions to Search Results Columns

Applying Functions to Search Results Columns For each search results column, you have the option of applying a function to transform its data value into a format most useful for your purposes. To apply a function to a field’s values on the results page: Reference article – NetSuite Applications Suite – Applying Functions to Search… Continue reading Applying Functions to Search Results Columns