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.
Need Workflow Condition to Choose Between Two Values
I need to have a workflow state trigger when a sales order's new total is greater than $5000 plus the old total OR if the new total is 110% greater than the old total. This condition statement isn't working: ({total}>(5000+{old.total}) or ({total}>(1.1*{old.total})
Individually the two statements work. Should I be using a CASE statement here? Thanks for the help!
0