Applying Filters to Dashboard Reports through Parameters in URL

With the Spring‘21 release notes, new functions and enhancements have been added to Salesforce, in this blog, we will show you how to pass filter parameters for Dashboard view in Lightning Experience. This change applies to Lightning Experience in Group, Essentials, Professional, Enterprise, Performance, Unlimited, and Developer editions. Previously, users have to set the same… Read More »

How to debug in lightning using developer console API

A major part of any Salesforce developer’s job is debugging. Because Salesforce has a multitenant architecture, debugging on the platform is a bit different than it might be in other development environments. Commonly we use console.log() method to log on the console screen, but console provides wide range of methods which we helps to debugging… Read More »

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 »