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.
ItemSearch help needed!
Does anyone know if it is possible to do an ItemSearch with Web Services where you specify which fields you wish to return?
I am currently doing the following:
SearchPreferences searchPrefs = new SearchPreferences(); searchPrefs.bodyFieldsOnly = false;
However, this returns all available fields for the item, i am only really interested in the a few properties. (but it needs to be done as part of a single search - avoiding a single request for each item.)
Please help....
0