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.
Help with search criteria involving date / time comparisons
I am trying to set criteria in a saved search that returns customers having a custom time field (ex: 11:00 pm, 12:45pm, 5:00 pm) between an hour ago and now
I have these formulas now both set to ( Formula (Numeric) = 1 )
Case When {custentity_time} < SYSDATE Then 1 Else 0 End
Case When {custentity_time} > SYSDATE-0.03 Then 1 Else 0 End
For some reason the search is returning all records ... any ideas?
0