Quick access to essential developer actions on NetSuite records: delete records, view related records, and update fields with ease.
- 🗑️ Delete the current NetSuite record in one click
- 🔗 View related records quickly (linked transactions or entities)
- ✏️ Update record fields manually or via predefined logic
- 🔄 Update field names in custom field forms
- ⚙️ Enable/Disable toggle to control extension activation
- 🎨 Designed specifically for SuiteScript developers and technical admins
- Download the latest release from the Releases page
- Go to
chrome://extensionsin your browser - Enable Developer mode (toggle in the top right)
- Click on "Load unpacked" and select the
dist/folder - You're good to go!
- Clone this repository
- Run
npm installto install dependencies - Run
npm run buildto build the extension - Follow the user installation steps above
See BUILD.md for detailed build instructions and troubleshooting.
NetSuite can be slow and repetitive during development and testing.
This extension was created to simplify the life of developers by adding buttons and shortcuts directly on record pages.
New in v1.1: Click the extension icon in your browser toolbar to enable/disable the quick action buttons without uninstalling the extension!
- Chrome Extension (Manifest v3)
- JavaScript / Vite / HTML
- Injected UI using DOM manipulation
Developed by @akanzadev — feel free to contribute, fork, or suggest ideas.

