Blogs

  • Parameter Passing In Apex: By Reference Vs. By Value

    We’re updating the Apex documentation regarding the concept of “pass by reference.” Here’s an in-depth explanation of the reasons behind this modification. We’re updating the Apex documentation regarding the concept of “pass by reference.” Here’s a comprehensive explanation detailing the rationale behind this modification. The current Apex documentation suggests that non-primitive variables are passed by…

    Read more…

  • Batch Apex on Force.com And Handling Large Data Volumes

    Discover methods to prevent timeouts in the SOQL queries used to select records for processing. Achieving this objective maximizes the potential of the batch Apex framework, specifically tailored for handling substantial data volumes. Salesforce developers, have you encountered this scenario? Working with extensive data volumes, you’ve opted for batch Apex due to Salesforce’s multi-tenant architecture…

    Read more…

  • Quickly Identify Issues Using the Apex Log Analyzer

    The Apex debug logs encompass a vast array of data, including database operations, system processes, code execution within managed packages, transactional errors, as well as initiated flows and process builders. The Apex debug logs provide extensive information, encompassing database operations, system processes, code execution within managed packages, transactional errors, initiated flows, and process builders. This…

    Read more…