Install App for Free:
Install Field Dump Pro with a 15 Day Free Trial:
P0P Links
-
Recent Posts
Recent Comments
Archives
Categories
Tags
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
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