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!
Is 'time' ignored in date/time transaction searches?
I'm submitting a transaction search that appears to be ignoring the hours and minutes part of a date search. For example, a search for item fulfillments where the SOAP looks like this:
<platformMsgs:searchRecord xsi:type="platformCommon:TransactionSearchBasic"> <platformCommon:type operator="anyOf" xsi:type="platformCore:SearchEnumMultiSelectField"> <platformCore:searchValue>itemFulfillment</platformCore:searchValue> </platformCommon:type> <platformCommon:dateCreated operator="after" xsi:type="platformCore:SearchDateField"> <platformCore:searchValue>2007-04-02T19:08:55-0600</platformCore:searchValue> </platformCommon:dateCreated> </platformMsgs:searchRecord>
0