Author Archives: Greytrix

Bulk Order Promotion from Salesforce – Sage 100 ERP using GUMU™ lightning version

In this blog, we will discuss how the user can use the new feature for bulk promoting to post orders from Salesforce to Sage 100 ERP. Before moving forward, kindly refer to our previous blog on how to create Sales orders in Salesforce & Promote Sales Order. Follow the below steps to promote multiple orders… Read More »

Troubleshooting the Discount (%) error while promoting Sales Order from Salesforce to Sage 100 – Lightning Interface

Using GUMU™ user can promote Sales Order from Salesforce to Sage as well as import data from Sage to Salesforce. In this blog, we will discuss how to troubleshoot Discount Percent error while promoting Sales Order to Sage 100. To prevent the Discount Rate error while promoting the Sales Order from Salesforce using GUMU™ Lightning… Read More »

Using Aura method to pass value from Child component to Parent component (with example)

In this blog, we will discuss how to use <aura:method> to define a method as part of a component’s API. This enables you to directly call a method in a component’s client-side controller instead of firing and handling a component event. The <aura:method> tag has following attributes: Attribute Type Description name String The method name.… Read More »

Use of FLS and CRUD operation in Salesforce

In this blog, we will understand how to perform FLS and CRUD operation in salesforce. Field-Level Security (FLS) in Salesforce let you restrict users’ access to view and edit specific fields. Field level security implements using the CRUD operation (Create, Read, Update and Delete i.e. CRUD). Apex in salesforce doesn’t respect CRUD & FLS. It… Read More »

Salesforce – How to get row index of lightning table rows

Dynamic lightning table components help you to display the records in the table format easily. In this blog, we will understand how to get a row index of lightning table rows. If we want to do operation on the click on any column of table, we need a row index of respective rows.Firstly, we need… Read More »

How to add Lightning Web Components as Custom Tabs in Salesforce

According to the release notes for Winter ’20, you may now add the Lightning Web Component to Salesforce as a Custom Tab. Therefore, this blog post will explain how to construct a custom Lightning Web Component tab. As we all know the <component>.js-meta.xml configuration file defines the metadata values for the component. To define lightning tab, add… Read More »

How to set cookies in HTTP Callout (APEX Salesforce)

We were planning on adding one more integration between Salesforce and an Online ERP system. As part of our R&D process, we were trying to connect and retrieve a sample data from Online ERP. But the ERP systems web services works little differently than other. Here, in addition we needed to assign the cookie information… Read More »

Synching Additional (Order Details) Fields from Salesforce to Sage 300 ERP

In the previous blog, we looked on the ways to Synching Additional (Order) Fields from Salesforce to Sage 300 ERP. In this blog we will showcase user the further ways to Sync additional values from the Order Detail screen for the selected Product from Salesforce to Sage 300 ERP system. Follow the below steps to see… Read More »

Promote Quote from Salesforce – Sage 100 Integration using GUMU™ lightning version

In this blog, we will discuss how the user can promote a Quote from Salesforce to Sage 100 ERP by using GUMU™. Mentioned below are the steps that needs to be followed in order to create Quote from Opportunity Layout. Quote Creation in Salesforce Login to Salesforce. Navigate to “App launcher”. Search for “Opportunity” and… Read More »