Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Saved Search Formula Tip: Create Button-Style Links in Saved Searches
In this article, we will discuss how to create button-style links in NetSuite Saved Searches using Formula (HTML) fields. This technique helps make Saved Searches more interactive and easier to use by turning plain text links into visually styled action buttons.
Solution: Using Formula (HTML) Field
By combining HTML links with inline CSS styling, you can create clickable buttons directly inside Saved Search results.
These buttons can be used to:
- Open customer or transaction records
- Launch external URLs
- Trigger email links
- Navigate users quickly to related records
Example Formula:
Example using a customer internal ID:
'<a href="/app/common/entity/custjob.nl?id=' || {internalid} || '"
Learn how to Refer A Member | Earn the Answer Accepter Badge | Be the Content Creator of the Quarter | Vote for the content you want to see!
1
