Browser Extensions

NetSuite: Show Field IDs

This helpful extension will allow you to instantly locate a field on a NetSuite record. Simply type, CTRL + SHIFT + F to locate the field by the internal ID. Use CTRL + SHIFT + L to find a field by the label. This will even work across different tabs and sub-tabs, unlike the browser search! It can also show field internal IDs when you hover over a field. Another tip is that you can SHIFT + click on a field name to copy the internal ID to your clipboard.

NetSuite Record JSON Viewer

Clicking this extension will open up a new tab and display the record you’re viewing in an interactive JSON format. This can be helpful when you’re trying to find exactly what a field’s internal ID is called.

NetSuite: HTML Script Notes

This is a fantastic one,It will replace your normal JSON results in your script execution logs with a prettified version.

VS Code ExtensionsO

One of the benefits of VS Code is the ability to add extensions that can be used while you write code.

SuiteSnippets

This is an extension that we came across several months ago. It displays auto-complete options for SuiteScript methods, and can be very helpful. Just begin typing something SuiteScripty, and a popup should appear to populate the method template into your code. From there, you can press tab and replace each option with the correct value. This can save you from needing to check the help documentation so often for the exact wording of a method.

Code Spell Checker

It instantly shows you any misspellings you might have as you type.

Leave a comment

Your email address will not be published. Required fields are marked *