Blogs

  • How To Enable Communication Between Non-Related Lightning Web Components in Salesforce

    To facilitate communication between two unrelated LWC components, the publish-subscribe mode is employed, where one component functions as a publisher and the other as a subscriber. To transmit messages between the two components, the Lightning Message Service (LMS) is utilized. The Lightning Message Service enables one component to publish a message to a specific channel,…

    Read more…

  • Calling Lightning Web Components in Visualforce Pages

    In Salesforce development, the integration of Lightning Web Components (LWC) into Visualforce Pages is essential for various tasks. This integration becomes particularly critical when: By incorporating LWC into VF pages, users can achieve a cohesive experience across Lightning and Classic interfaces, catering to a diverse user base. Additionally, this integration allows the utilization of Lightning…

    Read more…

  • Flows And Validation Rules Prior To Saving

    For a considerable duration, we have primarily relied on Apex to manage intricate validations due to the absence of a more suitable alternative. However, with the advent of Before Save flows and the incorporation of robust error handling and surfacing (which I believe was introduced in the release before the last), you now have the…

    Read more…