Tag Archives: salesforce lightning component

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 »

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 Activate and Add Salesforce Lightning component on Community experience

In this blog, we will discuss how to create and activate the Community experience in Salesforce. Salesforce provides the framework in which you can manage or build a custom portal for a specific set of customers, partners, and employees. It will give a rich interface for the brand management and customer portal also user can… Read More »

Salesforce Sage Integration just got Smarter with 5 New Features!

Salesforce is the #1 Cloud CRM solution with the core modules like customer service, marketing automation, analytics, and application development services. While on the other hand, Sage ERP manages business processes such as accounting, procurement, project management, risk management, compliance and supply chain operations. An integrated ERP – CRM system provides control and organisation of… Read More »

Your favorite GUMU™ Sage ERP integration now works on Salesforce Lightning Components!

Greytrix– a Sage Champion Development Partner, is a one stop solution provider for Sage ERP and Sage CRM needs. We continuously evolve with your feedback which helps us in enhancing both the product and the process of the project team. Thank you for choosing GUMU™ Integration as your preferred integration framework for Salesforce – Sage… Read More »

Creating a Lightning Component

Lightning Components are the self-contained and reusable units of an app. They represent a reusable section of the UI. It is a bundle that can contain other components, as well as HTML, CSS, JavaScript, or any other Web-enabled code. This enables you to build apps with sophisticated UI’s. It can range in granularity from a… Read More »