Tag Archives: Lightning

How to Display Toasts or Notices using Lightning : NotificationLibrary

In this blog, we will discuss on how to display messages via toast or notices using Lightning:NotificationLibrary component. Lightning:NotificationLibrary Lightning:NotificationLibrary component provides an easy way to display messages via toasts or notices. However, Toast message helps in providing feedback to users. Above all, a toast message can be closed automatically after the predefined period of… Read More »

How to add Utility bar in a Salesforce lightning application

In this blog, we are going to learn about how to add utility bar in a lightning app. The component helps user, save navigation time, that they might have consumed while performing certain tasks. Firstly, it helps us to achieve it by just a few click without having to navigate to a different page. Secondly,… Read More »

How to Dynamically set base 64 image in lightning: carousel image

In this blog we are going to learn about how to dynamically set image in lightning: carousel. We use this component to display the collection of image. In addition, this component show only one image at a time. For example, let’s start with these component’s attribute. Src: This attribute stores the path of the image.… Read More »

Displaying Related List based on User Profile in Lightning Experience

In this blog, will see how to provide permission to view the related list in Lightning experience. This can be done using Lightning App builder without writing a single line of code. Consider the scenario where you want only “System Administrator” Profile should be able to view the Opportunities related to the Account. To make… Read More »

How to Use Lightning Component in Visualforce page

In this blog, we will discuss on how to use Lightning component in Visualforce page. Kindly follow the below steps in order to use Lightning component in Visualforce page. Create Lightning Component SampleComponent Firstly, in this lightning component, we are using ‘PassesValueFromVF‘ attribute which is set/pass from Visualforce page. Refer the below code to define… Read More »

Add Delete Row Dynamically In Salesforce Lightning

In this blog, we will discuss how to Add Delete Row Dynamically In Salesforce Lightning Component. We shall take an example of adding account records in Salesforce using Add Delete Row functionality. Similarly, we have created 1 sample lightning component using which user can create multiple records as per requirement by Adding or Deleting new… Read More »

Using Nested Lightning Components in Salesforce

We have already gone back and forth on how Lightning is beneficial and yet minimalistic, how it could be rendered on VisualForce Pages and how to implement their design system on Salesforce Classic if you want a taste of both worlds. Since its emergence, a large swarm of developers has gone on tireless approaches to… Read More »

Creating a VisualForce Page with the help of Lightning Design System

While we have already discovered how to use the Lightning components in our VisualForce pages there are other ways available to developers to have the same look and feel of a Lightning design system in a VisualForce page without the use of any Lightning components. The Lightning design system provides a material design approach to… Read More »

Add a Utility bar to your Lightning Apps

Salesforce Spring ’17 has bought a bunch of handy features to the table, especially when it comes to Lightning. While the majority of these features are minor in detail and some might even go unnoticed, but they are all useful when it comes to providing the user a better experience. Once such small feature introduced… Read More »

Access frequently used Salesforce pages, Reports, Dashboards and others by using shortcuts

Salesforce with every release has not only been paying attention to the critical issues but is also being busy introducing features to users that would enhance their productivity. With the emergence of Lightning, Salesforce has been trying to implement almost all the features that are present in Salesforce classic along with the advanced features enriching… Read More »