Side Panel Mode
The SuiteQL Editor and Script Log Viewer can be opened in Chrome's side panel, allowing you to keep tools visible while navigating NetSuite pages.
Benefits
- Keep tools visible while navigating NetSuite pages
- Switch between tools using keyboard shortcuts
- Sync queries and schema between dialog and side panel modes
- State persistence — queries, tabs, and filters are shared between modes
How to Use
Opening the Side Panel
- Open a tool via keyboard shortcut (e.g.,
Ctrl/Cmd + Shift + Ufor SuiteQL Editor) - Click the Panel icon in the toolbar
- The tool moves to Chrome's side panel
Smart Mode Switching
Once the side panel is open, the extension remembers your preference:
- Subsequent keyboard shortcuts open tools in the side panel automatically
- Click the Panel icon again to return to dialog mode
- Your preference is saved per tool
Switching Tools in Side Panel
When the side panel is open with one tool:
- Press
Ctrl/Cmd + Shift + Uto switch to SuiteQL Editor - Press
Ctrl/Cmd + Shift + Lto switch to Script Log Viewer
The side panel stays open and switches content.
Supported Tools
| Tool | Side Panel Support |
|---|---|
| SuiteQL Editor | ✓ Yes |
| Script Log Viewer | ✓ Yes |
| Command Search | ✗ Overlay only |
| Record Detail | ✗ Dialog only |
Keyboard Behavior
In side panel mode, Escape does not close the panel. This prevents accidental closure while you're working. Use the panel's close button or the Panel icon to exit.
Data Synchronization
All data syncs between dialog and side panel modes:
| Data | Synced? |
|---|---|
| Query tabs & content | ✓ |
| Schema cache | ✓ |
| Theme preference | ✓ |
| Log viewer filters | ✓ |
| Expand/collapse state | ✓ |
Workflow Tips
Debugging Scripts
- Open Script Log Viewer in the side panel
- Navigate to your script deployment
- Run the script and watch logs appear in real-time
- Filter by ERROR type to quickly spot issues
- Expand entries to see full details without leaving the page
Writing Queries
- Open SuiteQL Editor in the side panel
- Browse NetSuite records for context
- Write and test queries without switching windows
- Use Record Detail (
Ctrl/Cmd + Shift + E) to inspect record structures - Copy results directly into other applications