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!
Update your Profile with your Support type to get your Support Type badge.
Uncover the power of data with the Analytics Hub —your ultimate guide to mastering NetSuite Saved Searches and Reports. Simplify the complex and unlock your organization's true potential. Dive into the Analytics Hub now and soar to new heights!
NetSuite 2025.2 Release Notes - This document summarizes the changes to NetSuite between 2025.2 and the previous release.
To help you get the most out of your 2025.2 Release Preview account, review the topics outlined in the 2025.2 Release Preview Guide.
SuiteWorld October 6 - 9, 2025: Agenda Builder is live!
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
A less disgusting formula to compare two DateTime fields?
I have a saved search with a criteria to compare two datetime fields ("Is field A after field B?"). The only way I know to do this is to use date arithmetic with a Formula(numeric) criteria, something like this:
{custrecord_plp_project_id.lastmodified} - {custentity_nv_projorpricinglastupdated}greater than 0
If those were Date fields it would work fine, but with DateTime fields it throws
:h_a_w:Unexpected Error
As a workaround I'm converting to string with a known format, then parsing back with the same format and then doing the comparison.
to_date(to_char({custrecord_plp_project_id.lastmodified}, 'mm/dd/yyyy hh24:mi:ss'), 'mm/dd/yyyy hh24:mi:ss') - to_date(to_char({custentity_nv_projorpricinglastupdated}, 'mm/dd/yyyy hh24:mi:ss'), 'mm/dd/yyyy hh24:mi:ss')
Steve Klett | Senior Developer
NetValue Technology
0