Blogs

  • Implementing Custom Record Search Functionality With Lightning Web Components (LWC)

    Custom Record search Functionality Using Lightning Web Component LWC  The Blog Post will show how to Create Custom Record Search Functionality on Account Object using Lightning Web Component i.e LWC Please Follow the Below step. Step 1:- Create Apex Class for Account search. Step 2:- Create HTML component for Account search. Step 3:- Create a Javascript controller for Account…

    Read more…

  • Generating A Record With Lightning Web Component (LWC)

    Creating a Salesforce Record with Lightning Web Components and Apex Class Utilize the lightning-input element to capture user input for Account Name, Phone, Rating, and Industry. Incorporate a lightning-button to invoke the JavaScript controller method responsible for creating the record. Implement an onchange handler for each lightning-input tag to retrieve the modified values in the…

    Read more…

  • What Makes Lightning Web Components Advantageous

    Lightning Web Components represents a fresh approach to constructing Lightning components, employing the latest advancements in web standards over the past five years. It seamlessly integrates with the original Aura programming model, ensuring compatibility and collaboration. Additionally, Lightning Web Components excels in performance by adhering to core Web Components standards and focusing on essential features…

    Read more…