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.
field formula under validation and defaulting
I created an entity field of type decimal and put the following code in the default value box and ticked formula.
case when 1=1 then 100 else 50
On the record it's throwing an error "ERROR: Invalid Expression"
any ideas why?
0