Tag Archives: Record page

How to Fetch current Record Id from Lightning Web Components (LWC)

This blog discusses on how to fetch the current record Id in the lightning web component. RecordId property is used in the lightning record page, and the property, i.e., recordId, is set to a current record Id. We are using this property in a JavaScript class using a @api decorator, and we need to define… 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 »