Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

This page explains which are the Push and Pull methods supported by NetSuite connector. Push are the methods where interworks.cloud platform sends information to NetSuite and pull are the methods where we get information from NetSuite. For each method the data transformation schema is explained.


PushPull

CreateUpdateDeleteCreateUpdate
Account

Image Modified

Image Modified


Image Modified

Image Modified

Invoices

Image Modified

Image Modified




Products

Image Modified

Image Modified




Payments

Image Modified

Image Modified





Properties Mappings

...

Ui expand
titleAccount Entity

For BSS Account entities we support both push and pull methods.


Below table presents property mapping between BSS Account entity and NetSuite Customer entity

Account (BSS entity)Customer (NetSuite entity)

ServerVariable
Subsidiary ID that will be set for each tenant

Subsidiary
"Customer"RecordType

Account.Name
Depending on the ServerVariable
CustomerType (Individual or Company)

CompanyName or
FirstName+LastName
Account.Parent.IntegrationIdParent
Account.NameEntityId
Account.PhonePhone
Account.FaxFax
Account.CorpEmailEmail
Lookup value
Account.Type.IntegrationId
Category
Lookup value
Account.Currency.IntegationId
Currency
Account.JobTitle
Account.WebsiteUrl
Account.CreatedDateStartDate
Account.AddressesAddressbook

“F” (false) or “T” (true)
depending on the ServerVariable
CustomerType (Individual or Company)

isPerson


...