If you are a user of NetSuite who belong to the Finance Department - CFO, VP of Finance, Financial Controller, Finance Manager, A/R or A/P Specialist, etc., - it's time to add another NetSuite vocabulary as you may use it in making your work easier someday. While using NetSuite, you probably have encountered a report…
Category: Suitelets
SuiteScript 2.0: Suitelet Sample for Displaying Transactions in a List
Customized lists - how do you achieve it through NetSuite SuiteScript? Do you want to show a custom list in your NetSuite account, however you are running into the limitation of Saved Searches? This can be achieved through a type of SuiteScript called "Suitelet". With Suitelets, you can display a simple list of your desired…
SuiteScript 2.0: Suitelet Sample Code for Filtering a Dropdown Field
How do you filter the values of a dropdown field in NetSuite SuiteScript? To do this in NetSuite, you would need two types of script. First is by deploying the Suitelet Script itself. Suitelet Script In the suitelet, notice that we used the SuiteScript 2.0 API form.addField twice since we are adding two fields. Notice…