Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
notEmpty and empty operations
Hi,
The information at http://www.netsuite.com/portal/partners/integration/WebServicesHelp/Output/wwhelp/wwhimpl/js/html/wwhelp.htm regarding platform enumerations (Search Table 1 and 2) make me think that the empty and notEmpty operations only work for long, double and date search field types.
However, v2.0 of the WSDL includes the following:
<simpleType name="SearchStringFieldOperator">
<restriction base="xsd:string">
<enumeration value="contains"/>
<enumeration value="doesNotContain"/>
<enumeration value="doesNotStartWith"/>
<enumeration value="empty"/>
<enumeration value="is"/>
<enumeration value="isNot"/>
<enumeration value="notEmpty"/>
<enumeration value="startsWith"/>