Custom record fields enable us to create a custom dropdown list in NetSuite. In this NetSuite tip, we explore how to display a field with a dropdown select list. Here’s how it works: we create a custom checkbox field on a record (of your choice). When that...
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...
In NetSuite development, there are a few common scripting patterns to master. One of these patterns is a kind of automation that connects both the client side and a server side. Today we will be looking at a Client Script calling a Suitelet. In the previous NetSuite...
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...