Author Archives: Greytrix

How to integrate Salesforce CPQ with Adobe Acrobat Sign

In this blog, we will explore the process of how to seamlessly integrate Salesforce CPQ with Adobe Acrobat Sign. Prerequisites Before installing the Adobe Acrobat Sign for Salesforce package, it’s important to coordinate with the Acrobat Sign support team to ensure the following: To successfully install and utilize Adobe Acrobat Sign for Salesforce, consider the… Read More »

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. To invoke an LWC function from an Aura component, follow these steps: The example below features a Lightning button labeled “Call LWC Function”. When clicked, it calls the LWC component function and displays the message: “LWC… 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 »