Skip to Content

NetSuite Record Limits

Limitation

Many web service APIs have size limitations. If you are running into record limits imposed by NetSuite's API, you may want to use chunking to split the source data into multiple chunks.

Use Chunking

In Harmony Cloud Studio, chunking can be enabled for each operation under the operation options.

When using chunking on an operation where the source is a NetSuite activity, the data will be chunked in the transformation, not when the data is retrieved. The target data will first be written to numerous temporary files (one for each chunk). These files will then be combined into one target file.

Similarly, when using chunking on an operation where the target is a NetSuite activity, the transformation is performed on each chunk separately, with each source chunk producing one target chunk. The resulting target chunks combine to produce the final target.

For instructions and best practices on using chunking, see Operation Options.