Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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.