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