Discussions
SuiteWorld is where the NetSuite community comes together to learn, connect, and discover what’s next.
Whether you’re looking for product updates, practical tips, new ways to improve efficiency, or insights from other customers, SuiteWorld offers something for every stage of your NetSuite journey.
■ NetSuite 2026.2 Release Notes
■ NetSuite SuiteApps Release Notes
■ NetSuite Sneak Peeks
■ Release Preview Guide
■ Release Preview Test Plan Template
How to search custom record on the basis of custom field using soap webservices?
We are using customRecordSearchBasic to search a custom record of name "Item Country" using soap web services.
The request payload which we are using is:
<soap-env:Body>
<search xmlns="urn:messages_2020_1.platform.webservices.netsuite.com">
<searchRecord xmlns:q1="urn:common_2020_1.platform.webservices.netsuite.com" xmlns:q2="urn:core_2020_1.platform.webservices.netsuite.com" xsi:type="q1:CustomRecordSearchBasic">
<q1:isInactive>
<searchValue xmlns="urn:core_2020_1.platform.webservices.netsuite.com">false</searchValue>
</q1:isInactive>
<q1:recType internalId="743"></q1:recType>
</searchRecord>
</search>
</soap-env:Body>
This is the response which we are getting:
<soapenv:Body>
<searchResponse xmlns="urn:messages_2020_1.platform.webservices.netsuite.com">
<platformCore:searchResult xmlns:platformCore="urn:core_2020_1.platform.webservices.netsuite.com">