Tag: sfdc

Lightning Spinner in LWC (Lightning Web Component)

Lightning Spinner in LWC Loading finish

Lightning Spinner in LWC (Lightning Web Component) What is Lightning Spinner in LWC? Lightning Spinners are CSS loading indicators that should be shown when retrieving data or performing slow computations. lightning-spinner displays an animated spinner image to indicate that a request is loading. This component can be used when retrieving data or performing an operation …

Continue reading

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

Lightning Web Component(LWC) Toast Messages

Lightning Web component(LWC) Toast Messages

Lightning Web Component(LWC) Toast Messages LWC Toast Messages Lightning Web component(LWC) can send a toast notification that pops up to alert users of success, error or warning. A toast can also simply provide information. To display a toast notification in Lightning Experience or Lightning communities, import ShowToastEvent from the lightning/platformShowToastEvent module. We can dispatch this …

Continue reading

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

Custom Labels In Lightning Aura Component

Custom Labels In Lightning Aura Component

Custom Labels In Lightning Aura Component Custom Labels In Lightning Aura Component Custom labels are custom text values that can be accessed from  Aura Component, LWC Component, Apex classes, Visualforce pages. The values can be translated into any language Salesforce supports. Custom labels enable developers to create multilingual applications by automatically presenting information (for example, …

Continue reading

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

What Is Salesforce

What is Salesforce

What is Salesforce What is Salesforce? Salesforce is the world’s #1 customer relationship management (CRM) platform. Salesforce provides cloud-based, CRM applications for sales, service, marketing, and more. Salesforce has essentially changed how enterprise software is delivered and used. Its software is cloud-based and hence doesn’t need IT experts to set up anything. Salesforce has defined …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/what-is-salesforce/

Salesforce Web to Lead

Web To Lead Salesforce setup details

Salesforce Web to Lead What is Salesforce Web to Lead Salesforce web to lead is used to capture the leads from your website and save in Salesforce. This is built in functionality in Salesforce.  A web-to-lead form is an essential component of marketing and sales automation. Its purpose is to capture data submitted by website …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/salesforce-web-to-lead/

Queueable Apex Salesforce

Queueable Apex Salesforce

Queueable Apex Salesforce Queueable Apex Salesforce is more advanced and enhanced version of future methods with some extra features.  It has simplicity of future methods and the power of Batch Apex and mixed them together to form Queueable Apex. It gives you a class structure that the platform serializes for you, a simplified interface without start …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/queueable-apex-salesforce/

What is SFDC? SFDC Full Form?

What is SFDC

What is SFDC What is SFDC? The full form of SFDC is Salesforce Dot Com, or you can say Salesforce.com. Salesforce.com, Inc. is an American cloud-based software company established by Marc Benioff headquartered in San Francisco, California. Its major revenue comes from its CRM (Customer relationship Management) )service. Salesforce also sells a complementary suite of …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/what-is-sfdc/

Call Apex Methods In Lightning web components

Call Apex Methods In LWC Imperative Method

Call Apex Methods In Lightning web components Lightning web components can import methods from Apex classes into the JavaScript classes. Once after importing the apex class method you can able call the apex methods as functions into the component by calling either via the wire service or imperatively. The Apex Method should be marked with …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/call-apex-methods-in-lightning-web-components/

lightning-record-view-form

lightning-record-view-form A lightning-record-view-form component is a wrapper component that accepts a record ID and is used to display one or more fields and labels associated with that record using lightning-output-field. lightning-record-view-form requires a record ID to display the fields on the record. It doesn’t require additional Apex controllers or Lightning Data Service to display record …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/lightning-record-view-form/

Data Skew Salesforce

Data Skew Salesforce

Data Skew Salesforce What is data skew in Salesforce? Data skew in Salesforce happens when large number of child records (more then 10k) are linked to one parent records. Type of Data skew There are 3 types of data skew in salesforce: Account data skew Ownership skew Lookup Skew Account data skew: Certain Salesforce objects, …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/data-skew-salesforce/