Quick Start
After installing the extension, here's how to get started with the main features.
Opening Tools
All tools can be opened using keyboard shortcuts or from the extension popup.
| Shortcut | Tool |
|---|---|
Ctrl/Cmd + Shift + K | Command Search |
Ctrl/Cmd + Shift + U | SuiteQL Editor |
Ctrl/Cmd + Shift + L | Script Log Viewer |
Ctrl/Cmd + Shift + E | Record Detail (JSON) |
Ctrl/Cmd + Shift + M | Module Loader |
Your First Search
- Navigate to any NetSuite page
- Press
Ctrl/Cmd + Shift + Kto open Command Search - Start typing to search across customers, vendors, transactions, and more
- Use prefixes like
cus:for customers orven:for vendors to filter results - Press
Enterto navigate to the selected result
Your First Query
-
Press
Ctrl/Cmd + Shift + Uto open the SuiteQL Editor -
Try a simple query:
SELECT id, companyname
FROM customer
WHERE isinactive = 'F'
FETCH FIRST 10 ROWS ONLY -
Click "Run" or press
Ctrl/Cmd + Enterto execute -
View results in table format, or switch to JSON/CSV
Viewing Record Data
- Navigate to any NetSuite record (customer, transaction, etc.)
- Press
Ctrl/Cmd + Shift + Eto open Record Detail - Browse the record's data as a collapsible JSON tree
- Use the search box to filter fields by name or value
- Toggle between XML and SuiteQL data sources
Using the Side Panel
Chrome users can keep tools visible while browsing:
- Open any tool using its keyboard shortcut
- Click the side panel icon in the toolbar
- The tool opens in Chrome's side panel
- Navigate NetSuite normally—the panel stays open
- Use keyboard shortcuts to switch between tools in the panel