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
vijendhar k 16vijendhar k 16 

Extract first 100 records from 1000 Objects in production

Hi all,

  I have an urgent requirement that i need to extract first 100 records from 1000  Objects in production , how can i achive these functionalliey,
Can any one suggest me best way of doing it, Your effort will be appriciatable

Thanks
Vijay
R Z KhanR Z Khan
try to run a query in your dev console?

select id, Name from YourObject LIMIT 100