Lightning · Lightning Web Components

LWC with Aura Components,Calling controller from LWC,LDS in LWC

Calling controller from LWC: Lightning web components can import methods from Apex classes into the JavaScript classes using ES6 import.Once after importing the apex class method you can able to call the apex methods as functions into the component by calling either via the wire service or imperatively. Import Syntax import apexMethod from’@salesforce/apex/Namespace.Classname.apexMethod’; apexMethod :… Continue reading LWC with Aura Components,Calling controller from LWC,LDS in LWC

Quickbooks · Salesforce

Salesforce Integration with QuickBooks

QuickBooks is an accounting software package developed and marketed by Intuit. QuickBooks products are geared mainly toward small and medium-sized businesses and offer on-premises accounting applications as well as cloud-based versions that accept business payments, manage and pay bills, and payroll functions. QuickBooks Online: Intuit also offers a cloud service called QuickBooks Online (QBO). The user pays a monthly subscription fee rather than an upfront… Continue reading Salesforce Integration with QuickBooks

Lightning · Salesforce · Salesforce DX · Salesforce Releases

Top Highlights of Salesforce Winter’20 Release: Part II

Hello Ohana!! We are back with the highlights of the winter’20 release. Let’s see what are the new features Salesforce is rolling out in order to make the platform more efficient and make our work easy!! 🙂 Let’s get started… Development: Lightning web components open source:   The Lightning Web Components framework is now open source,… Continue reading Top Highlights of Salesforce Winter’20 Release: Part II