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!
Unexpected Error in Job Search
I am attempting to search the jobs based on a date custom field. Unfortunately, when searching I receive an unexpected error.
Upon further investigation I find the error is returned for any job search, including an empty one.
Is there an easy fix for this error?
I have attached the Soap requests.
Thanks,
Ryan
Search Request Soap
<?xml version="1.0" encoding="utf-8" ?> - <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> - <soap:Header> <searchPreferences xmlns="urn:messages_2_6.platform.webservices.netsuite.com" /> </soap:Header> - <soap:Body> - <search xmlns="urn:messages_2_6.platform.webservices.netsuite.com"> - <searchRecord xsi:type="q1:JobSearch" xmlns:q1="urn:relationships_2_6.lists.webservices.netsuite.com"> - <q1:basic> - <customFieldList xmlns="urn:common_2_6.platform.webservices.netsuite.com"> - <customField xsi:type="SearchDateCustomField" internalId="custentity41" operator="within" xmlns="urn:core_2_6.platform.webservices.netsuite.com"> <searchValue>2008-02-01T00:00:00</searchValue> <searchValue2>2008-02-29T00:00:00</searchValue2> </customField> </customFieldList> </q1:basic> </searchRecord> </search> </soap:Body> </soap:Envelope>
0