Promoting Shipping Address as Default Address from SF.com to Sage X3 using GUMU Lightning components

As you know GUMU Integration provisions the functionality of Promoting Address from Salesforce to Sage X3 whether it is Billing or Shipping Address. Previously we have seen that how a User can Promote Billing Address from Salesforce to Sage X3 using GUMU Lightning Components and in this blog we will understand how a User can… Read More »

Configure Launch Pad in Salesforce Lightning Experience

In this blog, we will see how to configure the Launch Pad in Salesforce. As Launch Pad is a standard Lightning Component which you can add to any Lightning page. They create a shortcut to important places for users. You can add any items that have tabs associated with them—standard and custom objects, Lightning web… Read More »

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 »