Blogs

  • Understand Apex Enum

    An enum is a data structure that represents a set of predefined values, where each value is associated with a unique identifier. Enums are commonly used to define a fixed set of possible values. While each value in an enum corresponds to a specific integer value internally, the enum abstraction hides this implementation detail to…

    Read more…

  • Create User in Apex Test Class

    INTERNAL USER EXTERNAL USER OR COMMUNITY USER

    Read more…

  • Implementing Google reCAPTCHA in a Aura Lightning Component

    INTRODUCTION Goal is to be able to put captcha the validate the form hosted in LWC using google reCaptcha. STEPS To configure Google reCAPTCHA and obtain the Site Key and Secret Key, follow these steps: Please note that these steps are a general guideline, and the exact process may vary based on the specific version…

    Read more…