Reducing Salesforce SOQL queries by using static variables
The more moving pieces you have with triggers and classes the more you want to reduce the number of SOQL queries. One way to do this is to have Utility classes that do a lot of the heavy lifting. The … Continue reading
Posted in developement, salesforce
Tagged apex, class, howto, salesforce, SOQL, trigger
Leave a comment