Author Archives: Greytrix

Displaying Related List based on User Profile in Lightning Experience

In this blog, will see how to provide permission to view the related list in Lightning experience. This can be done using Lightning App builder without writing a single line of code. Consider the scenario where you want only “System Administrator” Profile should be able to view the Opportunities related to the Account. To make… Read More »

How to Use Lightning Component in Visualforce page

In this blog, we will discuss on how to use Lightning component in Visualforce page. Kindly follow the below steps in order to use Lightning component in Visualforce page. Create Lightning Component SampleComponent Firstly, in this lightning component, we are using ‘PassesValueFromVF‘ attribute which is set/pass from Visualforce page. Refer the below code to define… Read More »

Add Delete Row Dynamically In Salesforce Lightning

In this blog, we will discuss how to Add Delete Row Dynamically In Salesforce Lightning Component. We shall take an example of adding account records in Salesforce using Add Delete Row functionality. Similarly, we have created 1 sample lightning component using which user can create multiple records as per requirement by Adding or Deleting new… Read More »

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 »