NetSuite Resource Library

Explore the Smarter Way to NetSuite

All About Shortcuts

All About Shortcuts

Shortcuts can simplify your life like you never knew, and NetSuite's Shortcut portlet and shortcut menu option (the star icon) let you add/edit/remove what is in your shortcuts menu with ease. So, what are shortcuts? They're quick links to pages you use every day....

Client Script Validate Field Function

Client Script Validate Field Function

The purpose of the validateField client script function is to control what you can and can't enter in a certain field. One example of how you might want to place controls on a field is with the Job Title field on the customer record. You might want it to be at least 3...

Client Script Save Record Function

Client Script Save Record Function

The client sctipt saveRecord function is beneficial when you want to prevent a user from saving a record if certain conditions are true. For instance, if you want to prevent a Purchase Order from being saved if the quantity of a particular item is under a certain...

Add a Saved Search to Dashboard

Add a Saved Search to Dashboard

Add a Saved Search Saved searches are flexible and give valuable insights into your business. Consider the benefit they provide--instant visibility into specific, relevant details in records. But while the information in a saved search may be immensely useful to you,...

Client Script Field Changed Function

Client Script Field Changed Function

So far in the sample script we have been working with the "pageInit" function. That function triggers as soon as you load a record to edit it. In this tutorial we will look at the "fieldChanged" function to explore more ways you can use client scripts. If you need a...