Skip to content

Fetch all data from Netsuite #123

Answered by neclimdul
abirahsan007 asked this question in Q&A
Discussion options

You must be logged in to vote

"All" is pretty complicated. The schema is massive so depending on what you're looking for its going to have a slightly different answer. The schema browser is probably going to be your friend. Everything in that schema should alight to something in the toolkit.

If you're truly looking for "everything" I think you're going to be using search or getAll.

I don't think I've ever really used getAll because it wasn't paged and so the result are unwieldy. Probably useful on small list but Netsuite can be slow and soap is verbose so getting the response to 100s of thousands of contacts can time out and be 100s of megabytes or even gigabytes to load into memory.

To run a search, first, you'll nee…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by neclimdul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants