Text Enhance moves from icon/menu to in-field button in 2026.1
NetSuite 2026.1 replaces the Text Enhance icon and menu with an in-field button on text area and rich text fields. The button performs a default action (Clean up or Generate) with a dropdown for additional actions.
In 2026.1, the Text Enhance entry point on text area and rich text fields is changing from the existing Enhance Text icon and menu to a single button rendered in the lower-right corner of the field. The stated goal is discoverability of the AI-powered actions.
What changed
- The Enhance Text icon and its associated menu are removed from text area and rich text fields.
- A new button replaces them in the lower-right corner of any field that has Text Enhance enabled.
- Clicking the button executes the field's default Text Enhance action — typically
Clean up, orGeneratewhere the field supports generation. - An arrow on the button opens a dropdown with the remaining actions:
Clean up(whenGenerateis the default),Translate to,Make Longer,Make Shorter, and any custom Text Enhance actions configured in the account.
What is not specified
The release note is UI-only and does not name any affected records, scripts, APIs, or governance changes. In particular, Oracle does not document:
- Whether the button is rendered for custom fields of type
Text Area/Rich Texton custom records, or only on standard records. - Whether SuiteScript-injected fields (e.g.
serverWidget.FieldType.TEXTAREA/RICHTEXTon Suitelets and UserEventbeforeLoadforms) get the button automatically. - Any DOM/CSS changes — if you have client scripts or browser automation that selects on the old icon/menu markup, expect breakage.
- Any changes to the underlying Text Enhance permission, feature flag, or supported-field list.
Verify each of these in your sandbox before 2026.1 hits production.
What to do
- Audit client scripts and customizations that interact with text area or rich text fields. Anything keying off the old Enhance Text icon's selectors, classes, or menu structure will need to be updated to target the new button.
- Test browser automation and end-to-end tests (Selenium, Playwright, Cypress, RPA flows) that click into or around text area fields — the new button changes the lower-right hit area of the field.
- Re-test custom Text Enhance actions defined in your account to confirm they still appear in the new dropdown.
- Check accessibility — if you maintain a11y standards, validate keyboard navigation and screen reader labels on the new button before rollout.
- Update internal documentation and training for users who were taught to look for the icon/menu.
Migration impact
No SuiteScript, SuiteTalk, SOAP, REST, or record-schema changes are described. This is a presentation-layer change only. Code-level impact is limited to anything that depends on the previous DOM of the Text Enhance control.
Source: Oracle NetSuite Release Notes