RE: Get all internal IDs for records

I have an application that connects to NetSuite and fetches some vendor and purchase order data from NetSuite. I am using SOAP webservices to get the data from NetSuite.

Is there a way to get internal IDs of all the vendors using SOAP request?

preeti_jain Rookie Asked on October 5, 2021 in SuiteTalk.
Add Comment
1 Answers

Yes, you can use a vendor search to get all internal ids; however, the soap api limits you to 1,000 results per request, so you may have to paginate your response.

Rookie Answered on October 5, 2021.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.