Ankush Dureja

Author's posts

Custom Labels In Lightning Web Component(LWC)

Custom Labels In Lightning Web Component(LWC)

Custom Labels In Lightning Web Component(LWC) Custom Labels In Lightning Web Component(LWC) Custom labels are custom text values that can be accessed from LWC Component, Aura 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-labels-in-lightning-web-component-lwc/

Modal/Popup Lightning Web Component(LWC)

Modal:Popup Lightning Web Component(LWC)

Modal/Popup Lightning Web Component(LWC) Modal/Popup Lightning Web Component(LWC) Salesforce In this post, We will simply create a custom Modal/Popup Box in the lightning web component(LWC). What is Modal in Salesforce Lightning Experience? Modals/Popup Box are used to display content in a layer above the app. This paradigm is used in cases such as the creation …

Continue reading

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

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/

API Full Form? What is API?

API Full Form

API Full Form? What is API? What is the full form of API? API full form is Application Programming Interface. API is an interface or communication protocol that allows two applications to talk to each other. API is an interface or communication protocol between different parts of a computer program intended to simplify the implementation …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/api-full-form/

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/

Lightning Web Component lightning-datatable

Lightning Web Component lightning datatable

Lightning Web Component lightning-datatable Lightning Web Component lightning-datatable in lwc lightning-datatable component displays tabular data for list of records. lightning-datatable component supports inline editing, which enables you to update a field value without navigating to the record. We cab display each column based on the data type. Lightning Web Component Datatable example Lets create lightning …

Continue reading

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

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/