What’s Changed?
- Global Search: Added support for looking up bundles by bundle ID (Learn More)
- From Bundle filter: Added a popout button to open the selected bundle’s listing page (Learn More)
- Settings: Added “Hide Header Top Strip in Redwood Theme” option (Learn More)
- Settings: Added “List View Shift” option (Learn More)
- Script Debugger: Converted the code text box into a code editor (Learn More)
- Yellow tooltips stay visible while hovering (Learn More)
- Main menus: Prevent non-clickable menu items from changing the cursor to a pointer (Learn More)
- Accessibility improvements for users with reduced motion preferences (Learn More)
- Significant performance improvements
- NetSuite 2024.2 compatibility (Learn More)
- NetSuite 2024.2 Redwood theme compatibility (Learn More)
Global Search Bundle Prefix
Now you can quickly open a bundle listing page by entering the bundle’s ID into the global search.
Example: bundle:12345
Open Bundle From Filter
Now you can quickly open the bundle listing straight from the “From Bundle” filter.
Hide Header Top Strip in Redwood Theme
Some people don’t like change. The Redwood theme is a big change. This makes is slightly more bearable.
Prevent List View Shift
NetSuite 2024.2 adds a new feature to list views. When you scroll down from the top of the list, the whole page shifts up hiding the list view name and quick links. This new setting prevents that from happening.
Script Debugger Code Editor
The Script Debugger is handy when testing server-side SuiteScript, but the code input field is too basic. It’s now a code editor field just like you’d use when editing a JavaScript file from the File Cabinet.
Eternal Yellow Tooltips
When hovering over an special type of icon in a list view (ie. locked object icon, bundle install error X icon), a yellow tooltip appears displaying more information. For some reason NetSuite auto hides the tooltip after a few seconds while you’re in the middle of reading it. Now the tooltip stays visible as long as your mouse cursor is hovering over it.
Default Cursor on Non-Clickable Menu Items
It can be difficult to remember which menu items that have submenus are clickable because NetSuite displays a mouse pointer on every menu item. Now the cursor will change back to the default cursor if a menu item is not clickable.
Accessibility Improvements
Some users prefer less animations as it can be distracting to the eye. Operating systems allow users to specify this reduced motion preference as a setting. SuiteAdvanced now obeys this preference. All animations or transitions that are normally caused by SuiteAdvanced are now skipped when users prefer reduced motion.
NetSuite 2024.2 Compatibility
- Global Search: Reimplemented the prefix dropdown
- SuiteQL Results page
- File Cabinet customizations
- Disabled SuiteAdvanced collapsible field groups since 2024.2 does this natively
- Enhanced 2024.2 collapsible field groups by saving and reapplying the collapse state upon page refresh
- Execute button on map/reduce scripts and scheduled scripts
NetSuite 2024.2 Redwood Theme Compatibility
- Added back the SuiteAdvanced menu
- Improved styling, icons, and dark mode