NetSuite Resource Library

Explore the Smarter Way to NetSuite

How to Set Up SDF in Eclipse

How to Set Up SDF in Eclipse

Eclipse is a powerful IDE that you can integrate with NetSuite's SDF (SuiteCloud Development Framework). Join us below for a step-by-step guide in setting up SDF with Eclipse on your computer. Configuring our computers for use with SDF was something of a challenge for...

What is a Custom Segment?

What is a Custom Segment?

A Custom Segment is a way to organize records in NetSuite. NetSuite natively uses three main methods for classification: Class, Department, and Location. If you ever need to organize records with an additional (and highly customizable) method, this handy tool may be...

Using an Enums Custom Library, Part 2

Using an Enums Custom Library, Part 2

Using an enums custom library in SuiteScripts can drastically increase the efficiency of our scripts. Last time, we explained some of the foundational concepts behind using an enums custom library. Today, we'll dive into some ways to actually implement this new...

Using an Enums Custom Library, Part 1

Using an Enums Custom Library, Part 1

In a previous developer post, we introduced a new paradigm for structuring SuiteScript files in a project. As we address some of the details of the following structure, we come to the topic of enums. Enums, short for "enumerated types" or "enumerations," is basically...

Shipping Cost Automation

Shipping Cost Automation

We encounter a variety of customer needs here at SuiteRep. In this customer story, we talk about a recent request from a client to improve an existing shipping cost automation. Although your company's needs may differ, we hope this story can give you some ideas about...

SuiteScript Code Structure

SuiteScript Code Structure

Having a standard method for your SuiteScript code structure can be extremely helpful. Having a set structure provides consistency, preemptively removes difficult roadblocks, and reduces the number and severity of bugs. A Structural Overview This is a cutting-edge...