The Internet of Things (IoT) is transforming industries by connecting devices and systems, enabling real-time data exchange and enhanced decision-making. When integrated with NetSuite’s cloud-based ERP system, IoT can provide businesses with a smarter approach to supply chain automation, optimizing efficiency, reducing costs, and improving visibility. IoT devices—such as sensors, RFID tags, and GPS trackers—can… Continue reading Integrating IoT with NetSuite for Smarter Supply Chain Automation
Category: Coding Standard
Improving Customer Satisfaction through NetSuite-Driven SCA: Real-Time Order Tracking and Fulfillment
In today’s competitive marketplace, customer satisfaction is crucial for business success. One key aspect that directly impacts customer experience is efficient order tracking and fulfillment. By leveraging NetSuite’s cloud-based ERP and integrating it with Supply Chain Automation (SCA), businesses can significantly improve these processes, enhancing customer satisfaction. NetSuite provides a centralized platform for managing inventory,… Continue reading Improving Customer Satisfaction through NetSuite-Driven SCA: Real-Time Order Tracking and Fulfillment
The Intersection of NetSuite ERP and SCA: Why Modern Businesses Need Both
In today’s fast-paced business environment, the intersection of NetSuite ERP (Enterprise Resource Planning) and Supply Chain Automation (SCA) is crucial for driving operational efficiency. Modern businesses need both to stay competitive, reduce costs, and ensure agile and responsive supply chains. NetSuite’s cloud-based ERP system integrates critical business functions like finance, sales, inventory management, and customer… Continue reading The Intersection of NetSuite ERP and SCA: Why Modern Businesses Need Both
CMS Page Type Website Records Not Displaying
In some implementations of SuiteCommerce Advanced (SCA) versions 2019.1 to 2023.2, CMS Page Type website records are not displaying in Commerce websites. This occurs when CMS Page records are linked to CMS Page Types with a custom record, like a blog, linked. These patch instructions describe the steps to fix this problem so that all… Continue reading CMS Page Type Website Records Not Displaying
CMS Page Type Website Records Not Displaying (SCA 2022.1 – 2023.2)
Step 1: Update the CMS.json File Open the following file: Advanced/CMSadapter/Configuration/CMS.json Find and delete the following code: }, “cms.lazySettingsLoad”: { “group”: “integrations”, “subtab”: “cms”, “title”: “CMS Pages Lazy Load”, “description”: “Enter the Custom Script Record IDs for the settings of the CMS pages you do not want to load into the shopping environment short cache.”,… Continue reading CMS Page Type Website Records Not Displaying (SCA 2022.1 – 2023.2)
Reference Product Reviews Patch for SCA 2019.2 to 2024.1
Step 1: Set Permissions for ProductReviews.Service.ss File In NetSuite, go to Documents > Files > File Cabinet. In the file cabinet, go to Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. – X.Y.Z > Development > services. Important: You must replace the string, X.Y.Z, with the version of SCA you… Continue reading Reference Product Reviews Patch for SCA 2019.2 to 2024.1
Reference Product List Patch for SCA 2019.2 to 2024.1
Step 1: Set Permissions for ProductList Files To implement this patch, set the permissions for the ProductList files. To set permissions for ProductList.Service.ss: In NetSuite, go to Documents > Files > File Cabinet. In the file cabinet, go to Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. – X.Y.Z… Continue reading Reference Product List Patch for SCA 2019.2 to 2024.1
5 Practical SuiteScript 2.1 User Event Scripts with TypeScript
Within this guide, you’ll be introduced to these five practical user event scripts written in SuiteScript 2.1 and TypeScript: Field Defaulting Record Validation Automated Field Updating Creating Related Records Sending Notifications You’ll create and deploy these user event script customizations to your account to help kickstart your SuiteScript 2.1 and TypeScript journey. The logic in… Continue reading 5 Practical SuiteScript 2.1 User Event Scripts with TypeScript
Getting Started with SuiteScript 2.1, TypeScript, and the SuiteCloud Development Framework (SDF)
By leveraging the latest SuiteCloud Platform technologies, SuiteScript 2.1 and SDF with a strongly typed, object-oriented language like TypeScript, you can streamline building account customizations faster. Whether you’re a beginner starting from scratch or seeking to enhance your existing customizations, you will find this useful. The specific advantages of each technology will be explained, and… Continue reading Getting Started with SuiteScript 2.1, TypeScript, and the SuiteCloud Development Framework (SDF)
Managing SuiteApp API Secrets
NetSuite’s API Secrets functionality is intended to conceal sensitive credentials to reduce the risk of illegal access and simplify the maintenance of application code. Your sensitive data should never be directly embedded within your codebase. Hardcoding credentials is akin to leaving your keys in the door – convenient, perhaps, but a security nightmare waiting to… Continue reading Managing SuiteApp API Secrets