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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Search by custom boolean field produces SYS_001 error
Earlier I had a search SOAP request for inventory items by last modification date. It looked like this:
<?xml version="1.0" encoding="UTF-8"?> <search xsi:type="accountingLists:ItemSearch" xmlns="urn:messages_2012_1.platform.webservices.netsuite.com" xmlns:listAcct="urn:accounting_2012_1.lists.webservices.netsuite.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:common="urn:common_2012_1.platform.webservices.netsuite.com" xmlns:core="urn:core_2012_1.platform.webservices.netsuite.com"> <listAcct:basic xsi:type="common:ItemSearchBasic"> <common:lastModifiedDate operator="after" xsi:type="core:SearchDateField"> <core:searchValue xsi:type="xsi:dateTime"></core:searchValue> </common:lastModifiedDate> <common:type operator="anyOf" xsi:type="core:SearchEnumMultiSelectField"> <core:searchValue xsi:type="xsi:string">_inventoryItem</core:searchValue> </common:type> </listAcct:basic> </search>
Tagged:
0