Yes, sorry I missed that. +1 to final list. [Sent from a mobile device] On Jun 5, 2014 3:11 PM, "Rasika Hettige" <[email protected]> wrote:
Hi All, Small amendment to the method list. *getCustomizaton * method is depreciated. According to the documentation /"This operation has been removed as of WSDL version 2010.1. If you choose to upgrade to the 2010.1 or later WSDL, you must update existing getCustomization code to use the getCustomizationId operation. Note that getCustomization will continue to be supported in WSDL versions 2009.2 and older."/ So we may need to remove this from the method list as *getCustomizationId * would do the needful as per the documentation of Netsuite. Hence the final method list will be as follows: *addList *- Use to add one or more records into the system. The system returns a NetSuite identifier (internalId) that is unique for each record created within a record type. *attach *- Use to attach another record or file to/from another record *detach *- Use to detach another record or file to/from another record *deleteList *- Use to delete one or more records in the system. The records to be deleted are identified by either the internal or external ID and the record type. *getList *- Use to query the system for one or more records. You must provide either the internal or external ID and the record type for each query item. *getAll *- Use to return a list of records that do not have a search interface. *getItemAvailability *- Use to retrieve the inventory availability for a given list of items. *updateList *- Use to update one or more existing records in the system by providing new values for the fields to be updated for each record. The records to be updated are identified by either the internal or external ID and the record type. *getDataCenterUrls *- Use for dynamic discovery of data-center-specific URLs for partner applications' access to NetSuite. *search *- Use to search for a set of records based on specific search criteria. *getCustomizationId *- Use to retrieve the internalIds, externalIds, and/or scriptIds of all custom objects of a specified type. *getSelectValue *- Use the getSelectValue operation to retrieve valid select options for a given RecordRef, CustomRecordRef, or enumerated static field. *initialize/initializeList* - Use the initialize operation to emulate the UI workflow by prepopulating fields on transaction line items with values from a related record. Your Web services application can then modify only the values it needs to before submitting the record. Thanks & Regards Rasika -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-NetSuite-tp97380p97871.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
