Author Archives: Greytrix

How to use Email Template in Standard Salesforce Flow

In this blog, we will discuss how to use an Email Template in Standard Salesforce Flow, you need to go through two steps which are as follows. Create Email Template Email-Template After creating an “Email Template”, we can use it to create an Email Alert to use it in the flow. Create Email Alert We… Read More »

The @track Decorator Is No Longer Required for Lightning Web Component but with one Exception

We are referring here to Spring ’20 Release Notes available on the Salesforce help section. We have removed the @track decorator from all the variables in our test project, but it was not working for the few variables. After more detail, we found one exception while removing the @track decorator, i.e., when using objects. So,… Read More »

How to create a dynamic multi-filter object in Salesforce-Part II

In continuation to our previous blog, where we worked on the UI for the dynamic multi-filter object. In this blog, we will be working on the back process/functionality. GetFieldsListController.js GetFieldsHelper.js Output: – Filter-input When you hit that Add button, it will get added to the filter, as shown in the image below. Multi-filter Added In… Read More »

How to create a dynamic multi-filter object in Salesforce-Part I

In this blog, we will discuss how to create dynamic multi-filter objects in Salesforce. Dynamic Filter is critical when we deal with a large set of data. It gives the required set of data instant of spending time on the static data. It helps users to deal with data easily. But, Salesforce does not provide… Read More »

Clone Record of Any Object using Flows in Salesforce

Flows in Salesforce build is a very power full tool in Salesforce. It helps you to automate complex business logic into simple steps. To clone a record using flow in Salesforce, follow the steps below. Goto Setup -> type “flow” in quick search -> click on Flows. 1-Salesforce Flows Then, it will ask you to… Read More »

How to Avoid Null Pointer Exception By Using Safe Navigator Operator (?.)

In this blog, we will discuss how to Avoid Null Pointer Exception that occurred on various conditions by using the Safe Navigator Operator. In the recent update of Salesforce, Winter’21 introduced an Operator Named As Safe Navigator Operator(?.). Certainly, it is efficient & easy to understand the syntax for Salesforce Developers, making the coding clean.… 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 »

GUMU™ Features – Experience Real-time Product Inquiry in Salesforce – Sage X3 Integration

In this blog, we will discuss on a newly introduced feature coming to the GUMU™ Integration. This feature will provide user the ability to view Real-Time Information of product while adding/updating line item on GUMU™ sales order screen. Kindly follow the steps mentioned in the blog to get Real-time pricing from Sage X3 system. Blog… Read More »

GUMU™ – New Quick Line Entry – Salesforce-Sage 100 ERP Integration

In this blog, we will be discussing on the new upcoming feature of GUMU™️ for Salesforce – Sage 100 ERP to be introduced named as Quick Line Entry (QLE). Using the feature of Quick Line Entry, the user will be able to add multiple records at a single button click and can also fetch Real-Time data for all… Read More »