delete
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... 
delete
My first Java Program, My First Blog...
In this tutorial we assume that you have JAVA installed on your computer and have set the necessary environmental variables in order to compile your programs. If you need more information on this please visit Java.com or http://www.jibble.org/settingupjava.php to install the proper developer’s kit for your operating system. With every programming language comes the much dreaded starting point in which the developer will have to come to terms with the inevitable “hello world program”. In this brief example I will break this cliche a bit and show you how...