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!
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