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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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