Skip to content

Commit 11b0304

Browse files
committed
Started working on a better README.md. More to come later.
1 parent bf5f2ac commit 11b0304

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,16 @@
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

0 commit comments

Comments
 (0)