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.
Search Formula for createdate=today
Hello,
I'm trying to create a formula for a customer search that should be very simple, but I can't get it. I just want the formula field to display certain text when the customer record's create date is today. Here's what I tried:
case when {datecreated}={today} then 'Label' end
It returns "ERROR: Field Not Found". I'm assuming it's because the Date Created shows the time as well? Maybe?
Any help would be appreciated.
0