Blogs

  • Retrieve the values of Object and Field Labels using API Names.

    This scenario frequently arises when you possess the API Name but require the current labels for your object or field, whether it’s custom or standard. While you usually have this information in advance, there are instances where it becomes necessary when dynamically composing your Apex. Presented here is a straightforward method that takes API Names…

    Read more…

  • Implementing Custom Metadata in LWC Without Apex

    Custom metadata in LWC

    Read more…

  • Apex test cases encounter failures when executed concurrently.

    At present, when running Apex test cases through either Apex Test Execution or ApexTestQueueItem records, two cases are executed simultaneously. Typically, this is not problematic; however, issues may arise if the test cases lack complete isolation (e.g., they operate on the same records) and data isolation is disabled. Failures might occur that wouldn’t manifest if…

    Read more…