Troubleshooting Missing User Notes in Communication Tab

This article addresses a situation where a user with a custom role is unable to see a specific User Notes subtab, such as User Notes in a record. The issue might be related to the form being used given that the Notes Tab permission is added. Companies utilize User Notes records as they serve several… Continue reading Troubleshooting Missing User Notes in Communication Tab

NetSuite Performance Details

We can see the NetSuite account performance details by double-clicking on the Oracle NetSuite logo in the top left corner. The Performance Details window includes the following data: Total – Displays the total page load time (in seconds). Note This total may not apply to reports, dashboards, centers, or saved searches. Server – Displays the… Continue reading NetSuite Performance Details

TDS Rounding Implementation in NetSuite Bill Transactions

Requirement  The Client requires a solution to ensure that TDS amounts in NetSuite Bill transactions are rounded up to the nearest whole number, as decimal figures are not acceptable for tax reporting purposes. The specific requirements are:  Rounding of TDS Amounts:  Implement a method to adjust the total bill amount by adding a non-inventory resale… Continue reading TDS Rounding Implementation in NetSuite Bill Transactions

Bill Submission via Vendor Center

Requirement    Vendors will input and submit their invoices/bills through the Vendor Center. Once submitted, these bills undergo a sequential approval process, managed by the Finance Manager.  The finance manager has the authority to review and approve the bills. If any discrepancies are identified in a bill, the finance manager will reject it, providing a… Continue reading Bill Submission via Vendor Center

Duplicate Invoice Number Notification

Requirement  The Client requires customization to ensure that a popup notification or warning is displayed if an invoice number entered in a transaction is duplicate. This check should happen immediately upon entering the invoice number, providing instant feedback to the user to avoid duplication issues.    Deliverables    The deliverables are described below based on… Continue reading Duplicate Invoice Number Notification

Enhanced SuiteAnalytics Workbooks features

SuiteAnalytics Workbooks now offer advanced data visualization and analysis capabilities. Developers can create more complex datasets and visualizations, allowing for deeper insights into business data. NetSuite’s latest update has made it easier and faster for users to analyze and visualize their business data. Here are some of the key features and improvements: 1. Workbook Templates NetSuite has introduced pre-defined Workbook templates for common industries such as manufacturing and e-commerce. These templates help users quickly create analytical reports by providing… Continue reading Enhanced SuiteAnalytics Workbooks features

New SuiteCloud Development Framework (SDF) Enhancements

The SuiteCloud Development Framework has received updates that improve version control, deployment processes, and integration capabilities. This allows for a more streamlined development workflow. In the latest update, NetSuite has introduced OAuth 2.0 as a new authentication method for the SuiteCloud Development Framework (SDF). This enhancement is part of NetSuite’s ongoing efforts to improve security and streamline the development process. Let’s explore what this means and how it benefits developers. What is OAuth 2.0? OAuth 2.0 is an… Continue reading New SuiteCloud Development Framework (SDF) Enhancements

User Interface Customization Options in NetSuite

NetSuite’s latest update brings several enhancements to its user interface (UI), aimed at improving user experience and customization capabilities. Here are some of the key features introduced: 1. Enhanced Favorites Feature The Favorites feature has been improved to be more accessible and user-friendly. Users can now add frequently used records, reports, and pages to their… Continue reading User Interface Customization Options in NetSuite

Suitescript 2.1 features – Promise and Async-Await with sample

The latest version of SuiteScript includes enhancements in SuiteScript 2.1, such as improved asynchronous processing and new APIs for better integration. Developers can leverage these features to create more efficient and responsive scripts. Promise Support Promises in JavaScript represent the eventual completion (or failure) of an asynchronous operation and its resulting value. SuiteScript 2.1 introduces promise-based APIs for several modules, including N/http, N/https, N/query, N/search, and N/transaction1. This means that developers can now write non-blocking code that is more efficient and easier to manage. // Using promises… Continue reading Suitescript 2.1 features – Promise and Async-Await with sample

Sample Doc files for testing

In software testing, especially for systems like NetSuite, it’s essential to validate how the platform handles data of varying sizes. This document provides a range of sample Doc files, from small to extra-large, designed to test the system’s performance, data processing, and stability. These files help ensure that the system can efficiently manage different data… Continue reading Sample Doc files for testing