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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
How do resolve Error: Invalid Expression in a workflow formula
Hello - I am using the below formula in a workflow Set field Value action to join the value of a custom field with the letter 'C' if a check box field is checked.
Example:
custevent1 = Odessa
custevent_la_comptruck = checked
The result should be 'Odessa C'. Instead, the result is: ERROR: Invalid Expression
{custevent1} || CASE WHEN {custevent_la_comptruck} = 'T' THEN ' (C)' ELSE '' END
I've tried several different versions of the formula, using IF instead of Case When. Any suggestions? Thanks!
0