
Welcome to Akhil Kulkarni’s Salesforce Blog
I write blog on new topics that I learn in Salesforce. Topics that I end up searching on regular basis. I write those topics as a blog and use the same whenever required, instead of searching for the same again and again. Email me if you want any topic to be posted.
Latest from the Blog
- Parent to child communication in LWCFor a parent component to communicate with child component, A child component exposes a property or method to make that variable publicly available. Then the parent can update the child’s… Continue reading Parent to child communication in LWC
- Child to Parent Communication in LWCFor a child component to communicate with parent component, A child component dispatches a custom event that triggers an update in the parent component. While sending an event to parent… Continue reading Child to Parent Communication in LWC
- Communication Between Components using LWCThere will be multiple scenarios where developers work with multiple components, including nested components within a component. It’s important to understand how components communicate with each other. Each component is… Continue reading Communication Between Components using LWC
- Step-by-Step Guide to Creating E-Commerce Portals with Titan for SalesforceTaking your commerce efforts digital is a great way for your business to expand its reach and enhance the customer experience. Selling your products face-to-face can only get you so… Continue reading Step-by-Step Guide to Creating E-Commerce Portals with Titan for Salesforce
- Using OCR Technologies in the Salesforce EcosystemImagine a world where you never have to dig through those archive paper documents again to find that one document. Digitizing your documents instantly and accurately while seamlessly integrating the… Continue reading Using OCR Technologies in the Salesforce Ecosystem
- Using Helper in Lightning Web Component (LWC)If you have worked on Aura component, you may know how important helper JS file in Lightning Aura Component is. Helper class helps you to reuse a method in any… Continue reading Using Helper in Lightning Web Component (LWC)
