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.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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