Introduction to Suitelets Suitelets are, in simple terms, a kind of page in NetSuite we can use any way we want. We can use SuiteScript modules to imitate the NetSuite user interface, or we can even use custom HTML to display our own unique information and UI....
Sublist Fields Sublist fields, also known as “Transaction Line Fields,” are very important in NetSuite. Many people know how to create a sublist line field, but do you know how to rearrange their positioning? If you have ever tried to change the position...
About Logging Debugging your scripts is perhaps the most important skill as a developer, next to writing actual code. Debugging is a key to open many closed doors, and an eye to see through many thick walls. Several months ago, we made a blog about the basics of...
How PDF Check Templates Work PDF Check Templates are an important business tool, but where do you go when significant modifications need to be made? Within NetSuite there is a standard Check Template that can be used to print checks. Many companies, however, need to...
Searches in SuiteScript 2.0 The ‘N/search’ SuiteScript Module is an important key to coding effectively in NetSuite. Although there are numerous methods that this module supports (which the help documentation defines in detail), we will just address the...