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.
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.
Challenges with formula using TO_DATE()
I am trying to convert a timestamp string held in a custom field on a custom record into a Date/Time value for a saved search. Here are the series of formulas I have tried and the results. From the results, I'm confident the TO_DATE formula is structured correctly.
The results show:
- A Date/Time formula using TO_DATE() returns an Invalid Expression error when the {custrecord_ctc_cw_contacts_lastupdated} field is used directly, or within a SUBSTR() function to ensure there are no blank spaces at the end, yet …
- A text formula using the {custrecord_ctc_cw_contacts_lastupdated} field shows it contains a value that is properly formatted and expected
0