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.
Sales order import dates are off by one day
Starting a few weeks ago, a sales order import that we implemented for a customer is being imported with the wrong date. There are three date fields that are being populated on the sales order, and all of these dates are off by one.
For example if the date in the incoming SOAP doc is 10/11, it goes into NS as 10/10. Following is a snippet of SOAP.
<q1:tranDate>2007-10-11T00:00:00</q1:tranDate>
<q1:startDate>2007-10-11T00:00:00</q1:startDate>
<q1:endDate>2007-10-16T00:00:00</q1:endDate>
The customer account is setup to be on EST timezone.
0