• What is Salesforce Lightning Scheduler? Lightning Scheduler helps you in scheduling appointments with the right person at the right time and location in an organization.Lightning Scheduler is best suited for quickly setting up appointments.With the help of lightning scheduler you can manage and utilize your resources efficiently.Lightning scheduler is created on standard objects like Lead,Opportunities […]

    Read More

  • Information :- Lightning Message Service (LMS) allow us to communicate between visualforce and Lightning component(Aura and Lightning web component both) on any lightning page. LMS API allow you to publish message throughout the lightning experience and subscribe the same message anywhere with in lightning page. It is similar to Aura Application Events to communication happens […]

    Read More

  • Create a Lightning Component via your developer console or through your IDE. Let’s say the name of your Lightning component is “Accordion.cmp” . It’s relevant controller and other helper classes will be created. Use the below-mentioned code in your Lightning component which will show the data in expand and collapse section which contains three sections  […]

    Read More

  • Display a preview of content document or salesforce files dynamically in salesforce lightning component using <lightning:fileCard> base component. A <lightning:fileCard> component displays a preview of a file (Image, Text, PDF…etc.). On desktops, clicking the file preview opens the SVG file preview player, enabling you to preview images, documents, and other files in the browser. The […]

    Read More