Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vimaltiwari2612/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.
https://github.com/vimaltiwari2612/utilforsqolbatch

apex-class apex-framework regex-match regex-pattern soql

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](https://github.com/vimaltiwari2612/UtilForSQOLBatch/blob/master/1.PNG)

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

3. after completion of Job , download the extract from Documents tab
![screenshot](https://github.com/vimaltiwari2612/UtilForSQOLBatch/blob/master/2.PNG)

HAVE FUN!!