We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5f2ac commit 11b0304Copy full SHA for 11b0304
1 file changed
README.md
@@ -4,4 +4,16 @@
4
src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/src/main/webapp/resources/img/deploy.png">
5
</a>
6
7
-Apex class to help autogenerate SOQL queries
+## 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
18
19
+### Example Implementation: LeadQueryRepository.cls
0 commit comments