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!
Date format in web services
I tried to insert an invoice to NS via web services. All the fields required got inserted okay, except the invoice date field. It always defaults to the current date.
my code set date as belows:
Dim so As New Invoice
so.tranDate = CDate('01/05/2006')
so.createdDate = CDate('01/05/2006')
so.tranId = "My invoice"
...
my invoice was created succesfully, but the date field is today... how to get that fixed?
Thanks a million...
0