Hello,
In this blog, I'll walk you through some handy extensions that will make your NetSuite development super easy and faster.
1. NetSuite: Search Export by David Smith
I don't remember when was the last time I created a search just by typing code. This extension does this for me and so can do for you. It lets you export any saved search to suitescript code. All you have to do is click "Export to Script" at the top right of the NetSuite window. The code can be exported to both Suitescript 1.0 and 2.x.
Link: Netsuite Search Export
This extension helps you see internal ids of fields just by hovering on the field labels. If you want to copy the internal id of any field just SHIFT + Click on it and you are done. Seems easy. One of the most convenient features of this is to locate the fields just by their internal id or label. Ctrl+Shift+F and enter id, Ctrl+Shift+L to find by label.
Link: NetSuite: Show Field IDs
This extension instantly loads the record in a separate window. It helps to filter out values based on internal id and values. You must be on a record page to use this extension.

This extension lets you know which User event scripts, Client Scripts, or workflow are applied to your record. You need to click the extension icon once you are on your desired record. This also lets you see the deployment and release status of scripts.
Advance Field help is a great tool to get the value(internal id) selected from select fields. It displays all possible options from loaded select lists. Additionally, you can set a specific internal id to a select field directly by putting value to the input field and pressing "Set".As this is client script-based, this works in edit mode only
Link: NetSuite Advanced Field Help
Gone are the days when I had to copy-paste a JSON object to JSONeditor. Now with this extension JSON objects are prettier in Execution logs on the script record page and that makes it easier to read.
Using those two require lines to import a module in the console was a tedious task for me. Luckily, this extension comes as a savior. Just press Ctrl + M and select the module to load. This loads the module for you in the console and provides you variable name.
This also lets you keep track of multiple instances of Netsuite. Moreover, it lets you search something in suiteanswers right from any Netsuite page, Just press Ctrl + Shift + S and type in the box provided and hit enter, there you go.
Link: NetSuite Links
You can get a list of available shortcuts by pressing CTRL + SHIFT + 1 when on a NetSuite page.
*: added later
Hi Vikas
ReplyDeleteCan you please accept my request on LinkedIn. I have something to discuss with you.