File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 44 src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/src/main/webapp/resources/img/deploy.png">
55</a >
66
7- Apex class to help autogenerate SOQL queries
7+ ## Issue
8+ --Coming soon--
9+
10+ ## Goals
11+ The overall goal of the project is to help auto-generate dynamic SOQL for commonly used queries
12+ * Provide a structure to centralise frequently used queries for each SObject
13+ * Provide a configurable way to change the query fields, while still preventing accidental deletion of fields being used
14+ * Provide a way to create a WHERE statement as a string in Apex, while still preventing accidental deletion of fields being used
15+
16+ ## Implementation
17+ --Coming soon--
18+
19+ ### Example Implementation: LeadQueryRepository.cls
You can’t perform that action at this time.
0 commit comments