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 automate updation of Last Sync Value field using a flow in GUMU™

In this blog post, we will show you how you can automate updation of Last Sync Value which is available once you are through the process of installing the flow package and fulfilling its prerequisites. GUMU integration is a powerful tool that allows you to synchronize data between Salesforce and Sage ERP systems. However, if… 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 »

Display nearby Salesforce Accounts using the user’s current location

In this blog post, we’ll explore the concept of presenting/displaying nearby Salesforce Accounts using the user’s current location/position. We’ll guide you through the process of integrating a function enabling users to access Account details by simply clicking a “Current Location” button, leveraging geolocation capabilities. For example, while users are on the go, they can effortlessly… 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 »

How to reset field values of repeatable sections in Formstack for Salesforce forms

In this blog post, we will explore the procedure to reset field values of repeatable sections within Formstack for Salesforce forms. By integrating custom JavaScript code, users gain the capability to erase field values within the repeatable sections of Formstack for Salesforce forms. When crafting a form and choosing the ‘Repeating’ option while incorporating a… Read More »

How to resolve the error “Field not expected into group” for Sage X3-Salesforce Integration

The purpose of this blog is to offer a resolution for the “Field not Expected into Group” error in Sage X3 Salesforce Integration. In the intricate integration setup between Salesforce and Sage X3 ERP, encountering errors during entity record promotions can disrupt the smooth flow of data. How does the error “Field not expected into… Read More »

Quick Line Entry feature for Salesforce-Sage Intacct Integration

This blog will explore the forthcoming feature of Quick Line Entry feature for Salesforce-Sage Intacct in GUMU™️ for Salesforce integration. Quick Line Entry (QLE) facilitates users by providing real-time pricing and the ability to add multiple records with a single button click. Users can establish default values for the product line, and customize field visibility… Read More »