Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vimaltiwari2612/utilforsqolbatch
- Owner: vimaltiwari2612
- Created: 2018-03-27T08:42:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T08:58:41.000Z (over 6 years ago)
- Last Synced: 2023-10-20T23:40:44.247Z (about 1 year ago)
- Topics: apex-class, apex-framework, regex-match, regex-pattern, soql
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!!