Skip to content

Utiltiy to fetch all the SOQL's in your code base. It takes all the Apex Classes from your code base and Extract Soql document which you can save in any form.

Notifications You must be signed in to change notification settings

vimaltiwari2612/UtilForSQOLBatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UtilForSQOLBatch

Utiltiy to fetch all the SOQL's in your code base. It takes all the Apex Classes from your code base and Extract Soql document which you can save in any form.

#HowToUseIt

1.Run below command in anonymous Window Database.executeBatch(new UtilForSOQLBatch(),chunkSize); // chunkSize can be any figure ,for example : 20 ,40 , 100 etc ... screenshot

  1. track you batch completion under Apex jobs Setup -> apex jobs -> UtilForSOQLBatch

  2. after completion of Job , download the extract from Documents tab screenshot

HAVE FUN!!

About

Utiltiy to fetch all the SOQL's in your code base. It takes all the Apex Classes from your code base and Extract Soql document which you can save in any form.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published