Author Archives: Greytrix

Salesforce State and Country Territory Picklist – How to fix the error : “There’s a problem with the country. Please select a valid country from the list.”

Salesforce State and Country Territory Picklist feature helps keep data clean and offers faster and easier data entry. Salesforce on the other hand plays a crucial role in the management of customer relationships, and ensuring a smooth integration with ERP systems relies heavily on effective record ownership. However, the inclusion of the State and Country/Territory Picklist adds an… Read More »

Exploring the enhanced GUMU™ Import Routine process of ‘Required Parent Field’ functionality

In the blog we will be exploring the enhanced GUMU™ Import Routine process wherein the user can solve the problem of “Required Parent Field” error. Why does the error occur ? In our GUMU product, which facilitates the data integration between ERP systems and Salesforce, experiencing errors in the import process is a common occurrence.… Read More »

Set the Customer No field as “Not Required” in Salesforce while it is set to use the “Auto Number” functionality in Sage

In this blog post, we will understand the impact on functionality to set the Customer No field as Not Required field on Account Promotion. For Account promotion from Salesforce to the ERP, the “Customer No” field in the ERP system must be set to AutoNumber. Activating the Customer Number (Not Required) field is the prerequisite… Read More »

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 »