Integration - How to Pass Null or Blank Values to NetSuite

Опубликовано: 04 Ноябрь 2024
на канале: Boomi Services and Support
207
1

This video explains how to Pass a blank value to NetSuite.

For fields, including customFields, you cannot pass Null values or empty tags to the NetSuite API. The proper way of passing in a null value, is to add it to the nullFieldList.

The nullFieldList allows developers to explicitly specify which fields should be cleared or set to null in an operation.