May 2019
Intermediate to advanced
546 pages
12h 41m
English
You've learned a lot about SOQL and the possibilities with Salesforce queries. But if you want to select some records based on a user's input, you need to be aware that the user can input everything into your database, or select everything that they want.
Salesforce has already implemented some security for SOQL queries to limit the risk of SQL injection:
If a user adds (a better word, in this case, is injects) some malicious code into your form (such as JavaScript in a text area), your page can be hacked and the ...
Read now
Unlock full access