Tag Archives: Apex

Benefits of using a Trigger Framework

If you have multiple triggers on an object you need to be careful.  The order in which triggers run is not known so strange things can happen if triggers conflict with each other. Multiple triggers can work fine if properly … Continue reading

Posted in blog | Tagged , , , | Leave a comment

Get Record Type ID without using a query SOQL call

Treat SOQL calls like gold dust.  With complex triggers it is easy to approach and breach the SOQL count limit so it important to ensure code is optimised to reduce SOQL calls and generally be as efficient as possible.  Also, … Continue reading

Posted in Salesforce Top Tips | Tagged , | Leave a comment