10.07.2015 Views

SuiteTalk (Web Services) Platform Guide - NetSuite

SuiteTalk (Web Services) Platform Guide - NetSuite

SuiteTalk (Web Services) Platform Guide - NetSuite

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Web</strong> <strong>Services</strong> Operationssearch233Programmatically manipulate data returned by a searchJavapublic void searchCustomerBySavedSearch() throws RemoteException {this.login(true);CustomerSearchAdvanced searchRecord = new CustomerSearchAdvanced();searchRecord.setSavedSearchId("26"); // A saved customer searchSearchResult result = _port.search(searchRecord);if( result.getTotalRecords() > 0 ) {// retain the search ID in order to get more pagesString sSearchId = result.getSearchId();SearchRowList rowList = result.getSearchRowList();processRowList(rowList);int iNumPages = result.getTotalPages();for ( int i=2; i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!