Posted by admin in JavaScript on 05 8th, 2011 | No Comments
Netsuite: speedline your data entry with...
Originally written in 2008, screenshots have been deleted.
If you are like most IT professionals you often times find yourself trying to automate your processes to save time. When working in Netsuite I found that using the SuiteScript API, and a little bit of JavaScript can be a real time saver.
In this example I will show you how to use a basic method call to pre-fill your “adjust inventory form”. This method can be used on pretty much any form that you can attach a script to in Netsuite e.g. customer records, inventory, etc.
To begin we create a basic function...












