Blogs

  • Example Of Salesforce SLDS Grid

    The Salesforce Lightning Design System (SLDS) incorporates a versatile grid system, enabling the creation of responsive layouts for webpages and applications. Below is an illustration of utilizing the grid system to establish a three-column layout for a webpage: In this instance, the slds-grid class establishes a container for the columns, while the slds-wrap class ensures…

    Read more…

  • LWC Custom Component For Hero/Image Banner

    A Lightning Web Components (LWC) “Hero/Image Banner” component is a customized element designed for showcasing crucial information or content on a webpage. Generally featuring a prominent image or visual element, a headline, and accompanying text or details, the hero component’s specific design and capabilities will vary based on the particular implementation and project requirements. Below…

    Read more…

  • How to fix this error- “Probably Limit Exceeded or 0 recipients”

    DESCRIPTION You may get this error from an email alert which is being fired from Flow. This error takes place when there is no recipient when Email Alert is running. In below email alert, imagine of field “Email” is blank! Yes, it will throw this error. SOLUTION While calling this email alert in flow, specifically…

    Read more…