Tag Archives: Lightning Component

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 »

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 call Screen Flow from Lightning Web Component in Salesforce

In this blog, we will discuss how to call Screen Flow from Lightning Web Component as per Winter’23 Release. We can now launch Screen flows using Lightning Web Components. We can also customize finish behavior, setting custom styling and can move custom logic to flow. Call Screen Flow from Lightning Web Component Below are the… 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 »

Navigation Service in LWC

In this blog, we are going to discuss “Navigation Service in LWC” which is used to create a new account from an Account record page. This is not just limited to creating a new account you can perform various other tasks with it like going to the account list view, Creating a contact from the… Read More »

How to Use Static Resources In LWC

In this blog, we are going to discuss “How to Use Static Resources In LWC” which will help you understand static resources and their uses in Salesforce. Generally Static resources allow you to upload content that you can reference in a Visualforce page, including archives (such as .zip and .jar files), images, style sheets. Steps… Read More »

How to Create Quick action button using lightning web component

In this blog, we will learn How to Create Quick action button using lightning web component. To create the quick action button in the salesforce we have to perform the following steps: Create the Js-Meta-Xml File using the following code. JS-META-XML File in lightning web component Open Salesforce and go to the setup->Click on Object… Read More »

Displaying Types of Toast Message in Lightning Web component

In this blog, we are going to discuss on Displaying Types of Toast Message in Lightning Web component which pops up an alert of Success, error, warning, and Info message for users. A Toast message simply provides information to alert users. Toast messages i.e., ShowToastEvent also support Experience Builder sites but are not supported in… Read More »

How to invoke an LWC Component function from Aura Component

In this post, we will learn how to Invoke an LWC Component function from Aura Component when an event occurs in Aura. If we want to Invoke LWC function, we need to follow the steps mentioned below: LWC component function should be declared as public starting using @api decorator. We can invoke the LWC component… Read More »