Tag: Salesforce lightning

Salesforce Lightning Interview Questions

Salesforce Lightning Interview Questions

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? …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/salesforce-lightning-interview-questions/

Salesforce Interview Questions and Answers 2022

Salesforce Interview questions and answers

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 …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/salesforce-interview-questions-and-answers/

wire Service LWC Lightning Web Component

wire Service LWC

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. …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/wire-service-lwc-lightning-web-component/

aura method in lightning salesforce

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 …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/aura-method-in-lightning-salesforce/

Lightning Datatable example salesforce

Lightning Datatable example salesforce output

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. …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/lightning-datatable-example-salesforce/

Use Lightning Components in Visualforce Pages

Use Lightning Components in Visualforce Pages output

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, …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/use-lightning-components-in-visualforce-pages/

wrapper class in lightning component salesforce

wrapper class in lightning component salesforce output

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 …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/wrapper-class-in-lightning-component-salesforce/

aura:if tag Lightning component example

aura if tag Lightning component example output

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 …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/auraif-tag-lightning-component-example/

Delete Lightning Component in Salesforce

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 …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/delete-lightning-component-in-salesforce/