NetSuite Resource Library

Explore the Smarter Way to NetSuite

Tab Shortcuts

Tab Shortcuts

Quick Navigation through Tab Shortcuts Have you ever wondered why you sometimes see a letter underlined on a NetSuite tab or field? NetSuite is providing an easy way to identify how you can navigate to that tab or field using a keyboard shortcut. These tab shortcuts...

Customize List Views

Customize List Views

This week's tip is a bit more involved, but it highlights how NetSuite can customize list views, making them just right for you! Often when you're working with a list of a certain type of record—say a list of Sales Orders—you are looking over all the records and...

Set Record Field Values

Set Record Field Values

Getting and setting field values on NetSuite records are some of the most common actions you will do with SuiteScript. So it is a good idea to get a really good handle on these at the beginning. If you missed an earlier tutorial on getting field values, you can find...

SuiteScript Logging and Debugging

SuiteScript Logging and Debugging

Having covered getting record field values in the previous scripting tutorial, in this tutorial we will talk about the basics of SuiteScript logging and debugging, which enable you to figure out problems that come up when you are scripting. If you have been following...

NetSuite Advanced Shipping

NetSuite Advanced Shipping

The NetSuite Advanced Shipping feature separates out the billing and fulfilling aspects of your customer orders. Let's take a look at how this feature works and how you can set it up in your NetSuite account. Overview of NetSuite Advanced Shipping First, what does the...

Bin Putaway Worksheet

Bin Putaway Worksheet

If your business has a warehouse, chances are you've run into issues with inventory management. One of the many benefits NetSuite provides is the ability to manage your inventory with minimal difficulty and stress. And one of the tools NetSuite uses to accomplish this...

Get Record Field Values

Get Record Field Values

The powerful thing about NetSuite SuiteScripting is that you can interact with records throughout a script in the same way you interact with them in the user interface. You can load a record and save it. You can get record field values and set field values. In this...

SuiteScript Modules

SuiteScript Modules

In this tutorial we will dive a little deeper into the script to add to SuiteScript modules. The main purpose is to define what a script module is and to demonstrate how to add them to your script. We will use the Dialog module as a point of reference, and we will be...

Go to Record in Edit Mode

Go to Record in Edit Mode

A Simple Time-Saver You may have noticed the recent records icon near the top left of your NetSuite screen or use the global search every single day, but if you're like me, you may have missed the ability to skip directly to editing a record off to the right. I've...