Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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.