Hi All,

As suggested, please find the final method list below. Please confirm on
this.


*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. 
*getCustomizaton *- Use to dynamically retrieve and manage the metadata for
Custom Fields, Lists, and Record Types.
*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-tp97380p97869.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

Reply via email to