How to Create (and Implement) Custom Salesforce Notification using Process Builder

This blog will discuss how to create Custom Salesforce Notification using the Process Builder Salesforce platform. We have considered the Order Creation process, but it can be enhanced and used for any procedure. Below are the steps for Creating a new “Custom Notification” using Process Builder for Custom Objects using Process Builder. Steps to Define… Read More »

AR-Invoice Promotion (GUMU™ Add-On) from Salesforce to Sage 100 ERP – Lightning Version

In this blog, we will discuss how a user can promote an AR-Invoice from Salesforce to Sage 100 ERP using GUMU™ Integration and Salesforce Lightning Components. Our product GUMU™ Integration is well known for the real-time bi-directional links which sync data from Salesforce to Sage ERP and vice versa. Using GUMU™ users can promote Invoices from Salesforce… Read More »

How to resolve the ERROR [IM002] encountered while accessing SData over the Web for Sage 100 ERP

Many a time due to various unpredictable reasons, we encounter numerous errors while browsing over the web some are known and some are not, since not everyone has wisdom about the errors that are encountered on the screen. So in this blog, we are focusing on understanding the basic troubleshooting steps to perform if ERROR… Read More »

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

In this blog, we will discuss the upcoming feature of GUMU™️ for Salesforce – Sage X3 ERP to be introduced as Quick Line Entry (QLE). Quick Line Entry helps the user get real-time pricing and add multiple records at a single button click. Users can set default values to the product line and set the… Read More »

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 »