Also, what's the selection criteria for the supported operations.

   - searchMoreWithId is not useful on it's own. search function must be
   supported for this to be useful.
   - Following methods are frequently used in NetSuite integration projects
   as most NS accounts carry customization or addons
      - getCustomizaton
      - getCustomizationId
      - getSelectValue
   - initialize/initializeList is required for integration using most
   transaction record types

Also, the following operations aren't as frequently used (they are actually
recent additions to the API and not widely adopted yet):

   - *getBudgetExchangeRate*
   - *getCurrencyRate *
   - *getConsolidatedExchangeRate*

*getPostingTransactionSummary * is useful for generating reports, but
should be lower priority as well due to the limited use cases it'll support


On Wed, Jun 4, 2014 at 11:10 AM, Shevan Goonetilleke <[email protected]>
wrote:

> Can you please list out the methods that were not selected (don't have
> access to the API documentation).
>
> Thanks
> Shevan
>
>
> On Wed, May 28, 2014 at 6:38 PM, Rasika Hettige <[email protected]> wrote:
>
>> *Introduction*
>>
>> SuiteTalk exposes NetSuite as a data source for programmatic access, hence
>> most of the data operations developers expect, such as insert, update,
>> delete, and select/search are supported. There are also a number of
>> operations that are available as supporting operations for data read/write
>> operations.
>>
>> *API (SOAP)*
>> https://system.na1.netsuite.com/app/help/helpcenter.nl?topic=CARD_-29
>>
>> *Netsuite Connector Summary*
>> • Connector Name:  netsuiteconnector-1.0.0
>> • Version: 1.0.0
>> • Technology:  SOAP
>>
>> *Authentication*
>>
>> Use Request Level Credentials which are sent in SOAP header while
>> maintaining https proxy.
>>
>> *Methods*
>>
>> *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.
>> *getBudgetExchangeRate*- Use to get and filter all data related to the
>> Budget Exchange Rates table.
>> *getCurrencyRate *-  Use to get currency exchange rates from the Currency
>> Exchange Rate table.
>> *getConsolidatedExchangeRate* - Use to get and filter all data related to
>> the Consolidated Exchange Rates table.
>> *getItemAvailability *- Use to retrieve the inventory availability for a
>> given list of items.
>> *getPostingTransactionSummary *- Use to retrieve a summary of the actual
>> data in an account.
>> *searchMoreWithId *- Used to retrieve more records after an initial search
>> operation is invoked.
>> *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.
>>
>> Thanks & Regards
>> Rasika
>>
>>
>>
>> --
>> View this message in context:
>> http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-NetSuite-tp97380.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
>>
>
>
>
> --
> Shevan Goonetilleke
> Director of Engineering
>  WSO2, Inc.
> lean.enterprise.middleware
> m: +94777340680
> w: http://wso2.com
>
> _______________________________________________
> Architecture mailing list
> [email protected]
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


-- 

------------------------------

*Sameera Perera*
Director of Engineering
gtalk: [email protected]
Tel : 94 11 214 5345
Fax :94 11 2145300
*WSO2, Inc.* <http://wso2.com/>
lean.enterprise.middleware
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to