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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Web</strong> <strong>Services</strong> Operationssearch230SOAP RequestSales Order IDOrder FulfilledSOAP ResponseSales Order ID2005-04-23T00:00:00.000-07:00Perform a search in which you specify additional saved search criteria.The next sample shows how to take a saved search and specify additional search filter criteria.The additional search critera will not override the criteria already defined in the saved search.C#TransactionSearchAdvanced tsa4 = new TransactionSearchAdvanced();tsa4.savedSearchId="57";TransactionSearch ts = new TransactionSearch();TransactionSearchBasic tsb = new TransactionSearchBasic();// condition 1: on SO onlySearchEnumMultiSelectField semsfTranType = new SearchEnumMultiSelectField();semsfTranType.operatorSpecified = true;semsfTranType.@operator = SearchEnumMultiSelectFieldOperator.anyOf;String [] tranTypes = new String[1];String tranType = "_salesOrder";tranTypes[0] = tranType;semsfTranType.searchValue = tranTypes;tsb.type = semsfTranType;<strong>SuiteTalk</strong> <strong>Platform</strong> <strong>Guide</strong>

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

Saved successfully!

Ooh no, something went wrong!