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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
NSC | How to create Saved Search for Sales Orders that are created until a specific time of the day?
In cases where users would like to track the Sales Orders records created for the day until a specific time of the day, they can run a Saved Search and use a Formula (Numeric) to achieve it.
Here are the criteria that you Users may add to the Saved Search:
- Date Created = on today
- Formula (Numeric)
Formula = CASE WHEN {datecreated} < TRUNC(sysdate) + 15/24 THEN 1 ELSE 0 END
Formula (Numeric) = equal to
Value = 1
This Saved Search will pull up Sales Orders created within the day before 3:00 PM.
I hope this helps!
Do you have insights and ideas about Saved Searches like this? Comment down below.
Tagged:
0
