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.
Assigning a value to a DateTime field
So I've run into some issues trying to fill a DateTime field with a value. I'm working with a standardized incoming email that I'm parsing up and the section of the email that I'm worried about for this field is formatted like this "Aug 9 2016 9:48AM EDT"
So then I go through a few js back flips to get that formatted into what NS shows as their preferred format for the nlapiSetDateTimeValue function so by the time I perform that function it looks like this "08/09/2016 09:48:00 AM" (I'm also setting the time zone piece to the appropriate Olson value 14 in this case)
0