Browsed by
Author: Adolfo Garza

I love technology, and I like keeping my skills up to date. I love developing tools to work faster and smarter. I enjoy working with hardware and software. On my free time I usually go to the movies and enjoy dining out. I am a night owl so it's normal for me to work at 3 am
Downloading Suitescript APIs To Enable Code Assist

Downloading Suitescript APIs To Enable Code Assist

Having Suitescript API javascript files available locally is useful for enabling code assist features in some IDE’s like Eclipse and Brackets. To download the files just head to Netsuite’s File Cabinet and you will find the files right above the “Delete Files” button: More info on how to integrate it with your IDE available here.

Running client script in view mode

Running client script in view mode

In order to run clientscript in view mode you need to modify the form on BeforeLoad using a UserEvent script and attach a Clientscript file to the form using clientScriptFieldId function. Here’s some examples on how to do it:   Suitescript 1.0:

Here’s what you would have in your 1.0 Clientscript customscript_yourscriptid file:

Suitescript 2.0:

Here’s what you would have in your 2.0 Clientscript file:

Suitescript 2.0 InlineHTML Hack: If you need to run your code without having to click…

Read More Read More