First Name and Last Name Not Saving or Reflecting in Address List (Billing Modal) When adding a billing address via the modal view, users enter First Name and Last Name. These fields are split from fullname, but the backend (and SCA profile model) expects fullname or addressee. After clicking “Save”: The modal remains open or… Continue reading Address Validation Issues in Guest Checkout and Fixes
Month: June 2025
Event-Driven Integration Testing
Overview As NetSuite environments grow increasingly complex—with RESTlets, SuiteScripts, custom workflows, external integrations, and real-time processing—the need for intelligent, context-aware testing is more crucial than ever. One emerging method gaining momentum in the ERP testing landscape is Event-Driven Integration Testing (EDIT). This approach goes beyond traditional functional testing. It simulates and validates real-world business events… Continue reading Event-Driven Integration Testing
Constructing a Fritzing part using Inkspace
Fritzing uses SVG graphics for the visual representation of parts (breadboard, schematic, PCB views). Inkscape is a popular open-source vector editor you can use to create and edit these SVG files. Steps to create a Fritzing part graphic in Inkscape Plan your part Determine the views you need: Breadboard view: realistic visual appearance. Schematic view:… Continue reading Constructing a Fritzing part using Inkspace
Tactile Sensors (GelSight and e-Flesh)
Tactile sensors, small but critical components in robotics, enable robots to sense touch, pressure, and surface properties, mimicking human skin. Recent 2025 advancements, such as GelSight Svelte and e-Flesh, have revolutionized robotic manipulation by providing high-resolution, flexible, and affordable tactile sensing. Key Features High-Resolution Sensing: GelSight Svelte uses camera-based technology to capture detailed surface textures… Continue reading Tactile Sensors (GelSight and e-Flesh)
Download Excel file
Download Excel file using suitelet script /** * @NApiVersion 2.1 * @NScriptType Suitelet */ /*********************************************************************************** * * Description : Suitelet script for download the Excel file from the Quote record. * * ***************************************************************************************************/ define([‘N/search’, ‘N/file’, ‘N/log’, ‘N/encode’], (search, file, log, encode) => { let currencySymbol = ”; /** … Continue reading Download Excel file
Duplicate Cases are created when we click ‘Submit’ button again and again
Go to: Customization → Forms → Entry Forms or Transaction Forms Edit the Form used in the Online Case/Feedback submission Under “Custom Code” section: Set the Client Script to your deployed script Save the form /** *@NApiVersion 2.1 *@NScriptType ClientScript */ define([‘N/search’, ‘N/ui/dialog’], function (search, dialog) { function pageInit(context) { const form = document.querySelector(‘form’); const… Continue reading Duplicate Cases are created when we click ‘Submit’ button again and again
Csv import the users in the firebase.
To import bulk user data into Firebase Authentication via a CSV file, you can’t directly upload CSV files through the Firebase Console — instead, you’ll need to: Convert CSV to JSON format expected by Firebase. Use the Firebase Admin SDK (Node.js recommended) or Firebase CLI to import users. Step-by-step Guide: Bulk Import Users from CSV… Continue reading Csv import the users in the firebase.
Wave record and Pick Tasks
Wave A wave transaction is used to consolidate orders for release to the warehouse. When you release a wave, the items from the order become available for picking and further fulfillment processing on a mobile device. Pending Release – In this status, you have the option of assigning pick tasks to warehouse operators. Released –… Continue reading Wave record and Pick Tasks
L293D Motor Driver module
L293D Motor Driver: In-Depth Explanation The L293D motor driver is a widely used integrated circuit (IC) designed to control the direction and speed of DC motors and stepper motors. It is particularly popular in robotics, automation, and DIY electronics projects due to its ease of use and versatility. 1. Detailed Features of L293D Dual H-Bridge… Continue reading L293D Motor Driver module
SOAP Web Services endpoint release and support policy changes
If you are only using Oracle NetSuite solutions which are developed, owned and maintained by Oracle NetSuite, such as NetSuite Connector, NSPOS, or SuiteProjects Pro, no further action is needed. Starting with the NetSuite 2026.1 release, Oracle NetSuite will no longer provide a SOAP web services endpoint with each release. New SOAP endpoints will be… Continue reading SOAP Web Services endpoint release and support policy changes