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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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