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
jen
06/19/2023, 9:33 PM
This won’t be possible with a saved search
jen
06/19/2023, 9:33 PM
they would all have different columns
a
aziz ayoujil
06/20/2023, 2:36 PM
Thanks Jen
m
Miriam Armada
06/20/2023, 5:36 PM
I have something like that, using a restlet
Miriam Armada
06/20/2023, 5:36 PM
on the get function , runa sub funtion to grab the records you need then loop them to join them as a single array
Miriam Armada
06/20/2023, 5:36 PM
return the result of that
n
NElliott
06/21/2023, 7:32 AM
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 🙂