Salesforce Lightning Interview Questions In this post I am going to share Salesforce Lightning Interview Questions Here is list of all Salesforce Lightning Interview Questions: What is Salesforce Lightning? What are the tools included in lightning ? What is Aura? Why do I see the aura: namespace in the code? Is Lightning an MVC framework? …
Tag: Salesforce lightning
Permanent link to this article: https://www.sfdcpoint.com/salesforce/salesforce-lightning-interview-questions/
Jan 29
Salesforce Interview Questions and Answers 2022
Salesforce Interview questions and answers 2022 Salesforce Interview questions and answers 2022 In this post, we will try to cover all Salesforce interview questions and answers related to Salesforce Admin, Salesforce Development, Salesforce Lightning. Here is list of all Salesforce Interview questions: What is Salesforce? What is Cloud computing? What is CRM? What are some …
Permanent link to this article: https://www.sfdcpoint.com/salesforce/salesforce-interview-questions-and-answers/
Jun 01
wire Service LWC Lightning Web Component
wire Service LWC Lightning Web Components(LWC) @wire Service LWC Lightning web components(LWC) use a reactive wire service, which is built on Lightning Data Service. Components use @wire in their JavaScript class to read data from one of the wire adapters in the lightning/ui*Apimodules and also to call the apex controller server-side methods using wire services. …
Permanent link to this article: https://www.sfdcpoint.com/salesforce/wire-service-lwc-lightning-web-component/
Nov 12
aura method in lightning salesforce
aura method in lightning salesforce aura method in lightning salesforce Use aura:method to define a method as part of a component’s API. This enables you to directly call a method in a component’s client-side controller instead of firing and handling a component event. Using aura:method simplifies the code needed for a parent component to call a method …
Permanent link to this article: https://www.sfdcpoint.com/salesforce/aura-method-in-lightning-salesforce/
Jan 07
Lightning Datatable example salesforce
Lightning Datatable example salesforce Lightning Datatable example salesforce In this blog post, I am going to explain how to use salesforce lightning:datatable component and its features. A lightning:datatable component displays tabular data where each column can be displayed based on the data type. lightning:datatable also supports inline editing. lightning:datatable is not supported on mobile devices. …
Permanent link to this article: https://www.sfdcpoint.com/salesforce/lightning-datatable-example-salesforce/
Dec 20
Use Lightning Components in Visualforce Pages
Use Lightning Components in Visualforce Pages Use Lightning Components in Visualforce Pages How To Display Lightning Component In Visualforce Page In this post, we will see how we can use Lightning Components in Visualforce Pages or how to display Lightning Component In Visualforce Page. Even though the use of lightning is growing day by day, …
Permanent link to this article: https://www.sfdcpoint.com/salesforce/use-lightning-components-in-visualforce-pages/
Dec 20
wrapper class in lightning component salesforce
wrapper class in lightning component salesforce wrapper class in lightning component salesforce A wrapper or container class is a class, a data structure, or an abstract data type which contains different objects or collection of objects as its members. In this post we will see how we can use wrapper class in lightning component to …
Permanent link to this article: https://www.sfdcpoint.com/salesforce/wrapper-class-in-lightning-component-salesforce/
Nov 21
aura:if tag Lightning component example
aura:if tag Lightning component example aura:if tag Lightning component example aura if renders the content within the tag if the isTrue attribute evaluates to true. The framework evaluates the isTrue expression and instantiates components either in its body or else attribute. Difference between aura if and aura renderIf aura:if instantiates the components in either its body or the else attribute, but not both. aura:renderIf instantiates both the components …
Permanent link to this article: https://www.sfdcpoint.com/salesforce/auraif-tag-lightning-component-example/
Nov 15
Delete Lightning Component in Salesforce
Delete Lightning Component in Salesforce Delete Lightning Component in Salesforce is very easy. If we don’t want to use IDE like sublime or Eclipse then we can use developer console. Open Developer Console Open Your lightning component from File -> Open Lightning Resource Click on File Delete or use shortcut Ctrl+Delete Salesforce Lightning Interview …
Permanent link to this article: https://www.sfdcpoint.com/salesforce/delete-lightning-component-in-salesforce/
Recent Comments