Tag Archives: Lightning Component

Effortlessly Customize Lightning Combo-box Labels in Salesforce LWC

The Lightning Combo-box is a widely used standard component in Salesforce LWC that provides a clean and user-friendly dropdown interface. However, there might be scenarios where you need to customize the appearance of its label to align perfectly with your UI design requirements. Why Customize Lightning Combo-box Label? In this blog, we’ll walk through the… Read More »

Salesforce Flows vs. Apex Triggers: Making the Right Choice for Your Business Needs

There is a long-standing debate between Flows vs. Apex Triggers when it comes to Salesforce automation, but the answer is not straightforward. Both approaches can fulfill business requirements, though some scenarios necessitate the use of code. The challenge arises in complex cases where a Consultant or Architect must determine whether a flow or trigger is… Read More »

How to call Screen Flow from Lightning Web Component in Salesforce

This blog post will go over how to call the Winter’23 release of Screen Flow from a Lightning Web component. With Lightning Web Components, we can now initiate Screen flows. Additionally, we may adjust the final behavior by adjusting the styling and transferring the custom logic to the flow. Call Screen Flow from Lightning Web… Read More »

Mastering Mobile Navigation: Salesforce’s NavigationMixin Unleashed

Salesforce’s NavigationMixin – In the rapidly evolving realm of mobile app development, user experience holds paramount importance. Every tap, swipe, and interaction plays a significant role in sculpting an intuitive and fluid journey for users. Salesforce, with its comprehensive ecosystem and cutting-edge tools, remains at the forefront of empowering developers to craft outstanding mobile experiences.… Read More »

How to invoke an LWC Component function from Aura Component

This blog explains how to call a LWC component function from an Aura component when an Aura event takes place. If we want to Invoke LWC function, we need to follow the steps mentioned below: The code below is an example where we have a lightning button, ‘Call LWC Function,’ which invokes the LWC component function… Read More »

How to fetch current Record Id from Lightning Web Components (LWC)

This blog post explains how to get the current record ID in the Lightning web component. The Record Id property is utilized on the Lightning record page, and it is set to the current record Id. We are using this property in a JavaScript class using a @api decorator, and we need to define recordId… Read More »

How to invoke lightning Auto launched Flow from the Apex class

We will talk about how to call a Lightning Auto-launched flow from the Apex class in this blog post. The flow in Salesforce can be launched without user Interaction such as from a process builder or the apex code. So here we are creating a auto launched flow and call it through the apex code.… Read More »

LWC Quick Action: How to Download Records as Zip File in Minutes

In this blog post will walk you through the process of effortlessly downloading (Download Records as Zip File) connected records for all attachments with just one click. Utilizing a Headless Quick Action approach enables you to easily download records related file and all linked attachments as a zip file. To achieve this, we will be… Read More »

How to Promote AR-Invoice from Salesforce to Sage 300 Cloud Using Salesforce Classic Version

In this blog, we will discuss how a user can Promote AR-Invoice to various ledger accounts using Distribution Code from Salesforce to Sage 300 Cloud ERP using GUMU™ Integration from Salesforce Classic Version. Before we start with the process let’s discuss Distribution Code in General:- About Distribution Codes: A distribution code is a name for… Read More »