Blogs

  • Simplified Approach To Apex Test Code Coverage

    In Salesforce.com, Apex developers need to ensure the existence of 75% test code before deploying their code to a production environment. This requirement serves as a valuable measure ensuring that your code remains self-sufficient over time. Moreover, it automatically identifies any potential code-breaking changes within your orgs in the future. Salesforce.com requires Apex coders to…

    Read more…

  • 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…