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.
saved search not giving XML if one result column null?
I set up a saved item search to return internal id, name, and Location Available. In NetSuite ui, I see a row for every item in our inventory. Some items have NULL value for Location Available.
When I pull the saved search results:
...
xmlns:ns4="urn:core_2013_1.platform.webservices.netsuite.com">
<Header><searchPreferences xsi:type="SearchPreferences">
<bodyFieldsOnly>true</bodyFieldsOnly>
<returnSearchColumns>true</returnSearchColumns>
<pageSize>100</pageSize></searchPreferences>
<passport xsi:type="Passport">[Content Removed for Security Reasons]</passport>
</Header>
0