Key Event/Listener in LWC (Lightning Web Component)

Lot of times user needs to enter data quickly.  In this case we would like to share with you how we have built a custom screen to enter Order Lines data quickly. But we had a unique requirement is that wherein when the user enters ENTER keyword, control needs to go to next line on… Read More »

GUMU™ Features – Experience Real-time Product Inquiry in Salesforce – Sage X3 Integration

In this blog, we will discuss on a newly introduced feature coming to the GUMU™ Integration. This feature will provide user the ability to view Real-Time Information of product while adding/updating line item on GUMU™ sales order screen. Kindly follow the steps mentioned in the blog to get Real-time pricing from Sage X3 system. Blog… Read More »

GUMU™ – New Quick Line Entry – Salesforce-Sage 100 ERP Integration

In this blog, we will be discussing on the new upcoming feature of GUMU™️ for Salesforce – Sage 100 ERP to be introduced named as Quick Line Entry (QLE). Using the feature of Quick Line Entry, the user will be able to add multiple records at a single button click and can also fetch Real-Time data for all… Read More »

How to remove Apex Code from Production Environment

It is fairly effortless to delete an unwanted apex class or trigger in a Sandbox Environment. On the other hand, Unlike the Sandbox environment, it is not possible to delete code from Production environment just by clicking in the DELETE Button. Here are some methods that may work for you. NOTE: Please consider that deleting… Read More »

How to Display Toasts or Notices using Lightning : NotificationLibrary

In this blog, we will discuss on how to display messages via toast or notices using Lightning:NotificationLibrary component. Lightning:NotificationLibrary Lightning:NotificationLibrary component provides an easy way to display messages via toasts or notices. However, Toast message helps in providing feedback to users. Above all, a toast message can be closed automatically after the predefined period of… Read More »

How to Add or Remove CSS style from the component/element during runtime or dynamically

In this blog, we will discuss how to Add and Remove CSS style from the component or element during runtime. To add and remove CSS style from the component or element, you need to use $A.util.addClass(object element ,string class) and $A.util.removeClass(object element, string class) methods, where “element” is the component to add and remove the… Read More »

GUMU™ – New Quick Line Entry – Salesforce-Sage 300 ERP Integration

In this blog, we will be discussing on the new upcoming feature of GUMU™️ for Salesforce – Sage 300 ERP to be introduced named as Quick Line Entry (QLE). Using the feature of Quick Line Entry, the user will be able to add multiple records at a single button click and can also fetch Real-Time… Read More »