function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Juan RomeroJuan Romero 

Sample code to get all records in an entity

Hi guys,

I am creating a SOAP version of my XMLRPC client (completely new to SOAP), and I was hoping someone could share a piece of code that will show me how to get all the records for an entity.

Thanks!

DevAngelDevAngel

Hi Juan,

Just set the filter and idlist params to Nothing.  There is a limiit on the number of return records at about 2000 though.