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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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