Tag Archives: Salesforce Lightning

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 »

How to create product features and options in Salesforce CPQ

In this blog, we are going to discuss about “How to create product features and options in Salesforce CPQ“. In this blog we will cover the process of establishing features and options for your products options, in this context, refer to the individual items included within a product bundle. A Bundle can have multiple features… Read More »

How to Use Custom Permission in Salesforce?

In this blog, we are going to discuss “How to Create and use Custom Permission in Salesforce?”. This blog post will cover the process of creating custom permission in Salesforce and also how to apply/Use Custom Permission in Salesforce. The purpose of this is by using this we can give access to a particular user… Read More »

How to Create a Sandbox Template in Salesforce?

Let’s discuss about Creation of a Sandbox Template in Salesforce. This blog post will cover the process of creating a Sandbox Template in Salesforce. The purpose of this template is to facilitate the creation of Partial Copy Sandbox and Full Copy Sandbox. Create a Sandbox Template Sandboxes Sandbox Template New Sandbox Template Details Created Template… Read More »

New GUMU Chain Next Functionality for Entity Mapping/Import in GUMU™ Settings for Integration

In this blog, we will discuss one of the new key features introduced in GUMU™ Integration in which a user can see the Entity name in the GUMU Chain Next list Field in Entity Mapping/Import tab. Parent Entity and their child entity to Sync data from the Import the Entity Mapping from the Entity Mapping/Import… Read More »

Key Event/Listener in LWC (Lightning Web Component)

Lot of times user needs to enter data quickly.  In this case we would like to share with you how we have built a custom screen to enter Order Lines data quickly. But we had a unique requirement is that wherein when the user enters ENTER keyword, control needs to go to next line on… Read More »

How to add Utility bar in a Salesforce lightning application

In this blog, we are going to learn about how to add utility bar in a lightning app. The component helps user, save navigation time, that they might have consumed while performing certain tasks. Firstly, it helps us to achieve it by just a few click without having to navigate to a different page. Secondly,… Read More »