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!
SMBXML Query Issue
Greetings,
One of our clients is an early adopter of Netsuite 11.0 and they are receiving incorrect XML responses when they submit a Query file.
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE smbxml PUBLIC "//SMBXML//DTD SMBXML 4.15//EN" "http://www.netsuite.com/xml/dtd/smb_4_15.dtd">
<smbxml>
<request>
<query>
<listType>invoice</listType>
<constraints>
<constraint><name>tranDate</name><operator>between</operator><value>4/30/2006</value><value2>5/6/2006</value2></constraint>
</constraints>
0