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
CASE Statement
I doing a transaction search using a CASE statement. I want to find all Vendor Return Authorizations that are more than 45 days old but less than 190 days old. I have enetered the following in a Formula Numeric field:
CASE WHEN ({systemnotes.newvalue} = 'Pending Credit') THEN WHEN (to_number (to_date(2/13/2012)) – (to_date({systemnotes.date}) ))>45 THEN 1 ELSE 0 END
I get and error. I'm sure I'm not placing the parenthisis in the right places but can't figure out how. :h_a_w:
Any Help?
0