Discussions
SuiteWorld is where the NetSuite community comes together to learn, connect, and discover what’s next.
Whether you’re looking for product updates, practical tips, new ways to improve efficiency, or insights from other customers, SuiteWorld offers something for every stage of your NetSuite journey.
■ NetSuite 2026.2 Release Notes
■ NetSuite SuiteApps Release Notes
■ NetSuite Sneak Peeks
■ Release Preview Guide
■ Release Preview Test Plan Template
Re: Create a workflow to copy saved search results field to another field
Hi Jack,
Just a quick question, I have two custom entity fields A and B values of which is generated from WF using above steps (A and B hidden values are from two different saved search). Now I need to create a third custom entity field C in partner record , value of which is sum of A and B. Is there a quick step to have it in C (=A + instead of creating a saved search and adding those two fields A and B.
Updated:
I found the field formula in custom entity field under Validation Tab , where I used the formula A + B, and total was updated in field C. But when I used field C in new saved search, I got error Invalid Expression, same error when I used formula field in saved search and used formula Field A + Field B. But I am able to get value of A and B in new saved search.