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> OperationsgetCustomization151SOAP Response1test_freeFormTexttruefalsefalse_normalfalsefalsefalsefalsefalsefalsefalsefalsefalsefalsefalseJava Sample 1port.getCustomization(new CustomizationType(GetCustomizationType.transactionBodyCustomField));Java Sample 2public void getCustomization()throws RemoteException{this.login(true);CustomizationType ct = new CustomizationType(GetCustomizationType.customRecordType);GetCustomizationResult response = _port.getCustomization(ct);boolean success = response.getStatus().isIsSuccess();if (success){RecordList recList = response.getRecordList();int len = recList.getRecord().length;CustomRecordType[] crt = new CustomRecordType[len];}for (int i = 0; i < len; i++){crt[i] = (CustomRecordType)recList.getRecord()[i];_console.writeLn("Record: " + crt[i].getRecordName() + " " + crt[i].getInternalId());}<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!