Nagendra Singhconnectsalesforce.hashnode.dev·Dec 4, 2024Record Summary: A Generic Lightning Web Component to view Record Summary based on Prompt TemplateIn the world of Salesforce, making data actionable is crucial. Often, we want to understand a record at a glance without having to go through every field and detail. That's where a generic solution like the Record Summary comes in. This blog post wil...Discuss·82 readsGenerativeAIPrompt builder
Nagendra Singhconnectsalesforce.hashnode.dev·Nov 19, 2024How to Create a Multi-Select with Lightning-Record-Picker in Salesforce LWCAre you tired of the limitations of the standard Salesforce lightning-record-picker component, and you want more flexibility to select multiple records at once? Well, you're in luck! In this blog, I am going to show you how to extend the lightning-re...Discuss·174 readslightning-record-picker
Harsh Vermaforcedev.hashnode.dev·Nov 13, 2024Understanding Lightning Message Service (LMS) in SalesforceLightning Message Service (LMS) is a powerful tool in Salesforce that allows Lightning Web Components (LWCs) to communicate with each other seamlessly. It supports communication between components across different DOM hierarchies, like from one LWC t...DiscussLightning Message Service
Harsh Vermaforcedev.hashnode.dev·Nov 2, 2024Mastering NavigationMixin in Lightning Web Components (LWC)Introduction In Salesforce Lightning Web Components (LWC), navigation between different Salesforce pages, objects, and external links is crucial for providing a smooth user experience. The NavigationMixin allows us to achieve seamless navigation in L...Discuss·49 readsSalesforce
Vivekheyvivek.com·Aug 13, 2024🌟 Simplifying Web Development with Lit Components: JavaScript Web Components Made EasierIn the evolving landscape of web development, the need for reusable, modular, and efficient components has become paramount. While JavaScript Web Components provide a powerful solution to these needs, they often come with a steep learning curve. This...Discuss·11 likes·309 readslit
Vivekheyvivek.com·Jul 7, 2024Build a micro-javascript frontend framework based on Web Components and no-buildCreating a basic JavaScript framework on Web Components with Shadow DOM and ES Modules, including client-side routing, requires a few steps. I shall outline how one can set up a framework. Step 1: Setting Up Your Project Create a brand new directory ...Discuss·10 likes·28 readsJavaScript
Kapil Chauhankapilchauhan3108.hashnode.dev·Jul 6, 2024Passing values across the components using pub-sub (LWC)I came across a question in my recent interview : If we want to pass values from component A to B to C where all 3 components are not in a relationship and in a same page , what can be the best way ? pub-sub or Messaging -Service . After I try to imp...Discusssalesforce development
noKodrnokodr.hashnode.dev·Jun 6, 2024Optimizing User Experience in Salesforce: Leveraging with Highly Configurable ComponentsIntroduction As discussed in earlier blog, salesforce is renowned for its robust and customizable platform, allowing businesses to tailor their CRM to fit specific needs. One powerful way to enhance the user experience in Salesforce is through PWR C...DiscussPWR Components
Harsh Vermaforcedev.hashnode.dev·Jun 1, 2024Pagination and Searching in Salesforce Lightning Tree GridIn Salesforce Lightning, the Lightning Tree Grid component offers a powerful way to display hierarchical data with rich features. However, implementing pagination and searching within the Lightning Tree Grid can enhance its usability and efficiency. ...Discuss·215 readsSalesforce
Harsh Vermaforcedev.hashnode.dev·Jun 1, 2024Salesforce Lightning (LWC) Tree Grid: A Comprehensive GuideHierarchical data structures are integral to many Salesforce applications, often representing complex relationships between records. Salesforce Lightning Web Components (LWC) offer powerful tools to visualize such data structures efficiently. In this...Discuss·192 readsLwc tree grid