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.
Get Deleted - INVALID_SEARCH_OPERATOR
I'm trying to pull a list of Deleted Contacts - from the last week. The SOAP Request is:
- <getDeleted xmlns="urn:messages_2_6.platform.webservices.netsuite.com">
- <getDeletedFilter>
- <deletedDate xmlns="urn:core_2_6.platform.webservices.netsuite.com">
<predefinedSearchValue>lastWeek</predefinedSearchValue>
</deletedDate>
- <type xmlns="urn:core_2_6.platform.webservices.netsuite.com">
<searchValue>contact</searchValue>
</type>
</getDeletedFilter>
</getDeleted>
The response is: INVALID_SEARCH_OPERATOR: You need to provide a valid search field operator. Is "lastWeek" an invalid operator for this operation?
0