TDV Adapter for NetSuite

Build 23.0.8839

UseUpserts

A boolean indicating if you would like to perform an upsert when an INSERT operation is used.

Data Type

bool

Default Value

false

Remarks

Upserts can be used to potentially update an existing record when inserting. NetSuite handles this by using the ExternalId on a given record. If you perform an INSERT when the ExternalId you specify exists in NetSuite, it instead updates the corresponding record. Otherwise an INSERT takes place. Set this value to false to always insert new records regardless.

This property applies to SuiteTalk only.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839