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> Operationssearch231// condition 2: tranId contains 182SearchStringField sfTranId = new SearchStringField();sfTranId.searchValue = "182"; // tranId contains 11sfTranId.@operator = SearchStringFieldOperator.contains;sfTranId.operatorSpecified = true;tsb.tranId=sfTranId;// condition 3: Is MultiShipping Routes enabledSearchBooleanField sbfShipLineEnabled = new SearchBooleanField();sbfShipLineEnabled.searchValue = true;sbfShipLineEnabled.searchValueSpecified = true;tsb.shipping = sbfShipLineEnabled;// condition 4: Open SOSearchBooleanField sbfTranStatus = new SearchBooleanField();sbfTranStatus.searchValue = true;sbfTranStatus.searchValueSpecified = true;tsb.shipRecvStatusLine = sbfTranStatus;ts.basic = tsb;tsa4.criteria = ts;tsa4.columns = tsr; //note - columns previously defined above.nss.search(tsa4);SOAP Request182_salesOrderSales Order IDOrder FulfilledOrder Line Fulfilled<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!