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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Formula For a Custom Field on an Estimate Transaction
I am trying to build a CASE formula in order to populate another field on the Item Column Line. So far i have this:
CASE WHEN {quantity}-{custcolshipped}>0 THEN {quantity}-{custcolshipped}
[WHEN {quantity}-{custcolshipped}<=0 THEN “Completed”]
[ELSE “Error”]
END
I want it to subtract the total Shipped from the total Quantity ordered. If the value is greater than zero then it should return that value. If the value is Zero or a negative number it should return the word Completed. When i put this formula in it gives me Error: Invalid Expression.
Can someone please help me with this expression because I cannot figure out what is wrong! Thanks much.
0