Customise the field level help of standard fields

The field level help (or Field Help) helps inform users about the purpose of a specific field. This is why you should always put the field information (under Display subtab) in the Help text-area of custom fields. For the standard fields, NetSuite already has an informative field help. However, some companies might not find this… Continue reading Customise the field level help of standard fields

Order Management

NetSuite 2025.1 includes the following enhancements to order management features: ■ Annual Recurring Revenue (ARR) Analytics and Dashboard ■ Invoice and Allocate Before Activation ■ Pooled Usage ■ Uplift Has Higher Decimal Precision ■ Ship Central Enhancements ■ Brazil Localization Enhancements ■ Southeast Asia Localization Enhancements Annual Recurring Revenue (ARR) Analytics and Dashboard SuiteBilling is… Continue reading Order Management

Query Item Data using the Planned Order Saved Search

Query Item Data using the Planned Order Saved Search With NetSuite 2025.1, when you run a query using the Planned Order Search, you can now include criteria on the item record, such as the replenishment method. For example, you can configure your query to return only planned orders for items with the replenishment method set… Continue reading Query Item Data using the Planned Order Saved Search

CSV Import NetSuite 2025.1 includes the following enhancements to CSV Import:

CSV Import NetSuite 2025.1 includes the following enhancements to CSV Import: ■ Newly Supported Record Types for CSV Import ■ Audience Redesign Impact on Sharing Saved Imports Newly Supported Record Types for CSV Import Record Type Newly Exposed or Updated Item Fulfillment Newly exposed Item Receipt Newly exposed Audience Redesign Impact on Sharing Saved Imports… Continue reading CSV Import NetSuite 2025.1 includes the following enhancements to CSV Import:

Printing Integrated Shipping Label through Thermal Printer Prints Garbage Characters or Symbols

here are several steps that support reps can do depending on the cause of the problem.  1. Reinstall the printer driver.   – Garbage characters are usually a result of wrong or corrupt driver. Refer to the Thermal Printer guide or the manufacturer to reinstall the printer driver. 3. Replace the printer cable.   – When a… Continue reading Printing Integrated Shipping Label through Thermal Printer Prints Garbage Characters or Symbols

Stop Integrated Shipping Label from printing twice with Firefox browser and Thermal Printer

Uninstall UPS Thermal Printer Plug-in. (May require system reboot.) To completely remove UPS Thermal Printer Plug-in from your computer, follow the steps below: (Windows XP/2000): 1.         From the Start menu, select either Control Panel, or Settings and then Control Panel. 2.         In the Control Panel window, double-click the Add/Remove Programs icon. 3.         From the list of programs, click to select “UPS Thermal Printer Plug-in” and then click Remove. 4.         In… Continue reading Stop Integrated Shipping Label from printing twice with Firefox browser and Thermal Printer

Item fulfillment via CSV import > tracking numbers with more than 12 digits (Numeric) are truncated when imported into NetSuite

Here are some ways to edit the csv file to show the correct format of the tracking numbers when imported into NetSuite. Option 1 On the Menu tab of the csv file > click Data > Import External Data > Import Data Locate the csv file that needs to be imported. Double click on the file.… Continue reading Item fulfillment via CSV import > tracking numbers with more than 12 digits (Numeric) are truncated when imported into NetSuite

Removal of OAuth 1.0 Token-Based Authentication Support in SuiteCloud SDK

Starting February 2025, SuiteCloud SDK version 24.1, which uses Token-Based Authentication (TBA) and OAuth 1.0, will no longer be available for new installations. If you are still using older versions of the SuiteCloud SDK tools, you should upgrade to the latest version as soon as possible. SuiteCloud SDK version 24.2, released in August 2024, uses… Continue reading Removal of OAuth 1.0 Token-Based Authentication Support in SuiteCloud SDK

Creating an Item Fulfillment via Web Services Using C#

Below is sample code on initializing an Item Fulfillment from a Sales Order. To process this you need a valid Login Session and an existing sales order that is waiting to be fulfilled. Please note this sample will not work if you have Advanced Inventory Management Enabled. if (status.isSuccess == true) { // Setting the… Continue reading Creating an Item Fulfillment via Web Services Using C#