How To
How to set up list reference field
The input for a list reference field must be formatted as a string that includes both the list type identifier and the internal identifier of the record. The format follows this structure: <type id>:<internal id> If multiple list references need to ...
How to find which records contain errors in NetSuite destination component.
The component's Error Output is used for providing both error information and the processed record identifier. Check the ErrorCode column: ErrorCode Description -1 Not an error record. >0 Error record. Check the ErrorDescription column for more ...
How to work with composite records handling in a Netsuite destination component.
The composite record input accepts sets of rows, one set for each parent record. Each set of rows must be separated with blank row (all NULLs). The parent record will not finish processing its record, until all composite record children have received ...