Hi Team. Can you please help me to retrieve all re...
# integrations
a
Hi Team. Can you please help me to retrieve all records in NetSuite using a saved search and store them in a single array? I mean, I want multiple records to be combined into one array.
j
This won’t be possible with a saved search
they would all have different columns
a
Thanks Jen
m
I have something like that, using a restlet
on the get function , runa sub funtion to grab the records you need then loop them to join them as a single array
return the result of that
n
It might be very simple if you are working with a parent record type such as "transaction" since you could stipulate the record type in there such as sales order / purchase order etc. It really depends on what you mean by "all records in NetSuite". If you do mean every record in NetSuite, well, good luck with that 🙂