Does anyone know what this error message means? I’...
# administration
j
Does anyone know what this error message means? I’m executing a saved search from a boomi integration and this is the error message I’m getting. Error: Index 1 out of bounds for length 1
m
Maybe the error is in the SuiteScript, depending the way you run a search you need to provide some parameters. eg.:
j
The saved search was created within Netsuite so when I run it within Netsuite it works but when i call it by scriptId it doesnt work.
m
Can you share the code?
j
The code in netsuite? Its just a saved search
d
Do you get a single result row in the Netsuite UI?
j
yeah its a single row doing a count
message has been deleted
d
A single row result has a length of 1. The result row has an index of 0. The error suggests Boomi is trying to access a second, non-existent row with index of 1.
👍 1
j
Oh ok so maybe I need to add a second vaule?
d
Might work, but sounds more like an issue with Boomi not parsing the result length correctly.
j
yeah it could be
yep didn’t work
j
Back in the days when we used boomi (2+ years ago) it couldn't handle summary saved searches. If you need this scheduled you might be better off using suitescript to run the search and save a csv in file cabinet, then pull that instead
👍 1