Which tool you will use to add a lightning component on a record page?
Lightning App Builder
However, Salesforce also gives its users full flexibility to design a record page however you’d like to through a tool called the Lightning App Builder. The following is a quick rundown of the Lightning App Builder.
How do I add a lightning component in Salesforce?
Create a Component to Use in the Lightning App Builder
- Click the gear icon (
- In the Developer Console, select File > New > Lightning Component.
- Name the component IndicatorBadges , select Lightning Record Page, and select Submit.
- Replace the contents of the component with this code:
- Click File > Save.
How do I add a custom tab to my community?
To display the page, click Administration | Preferences, then select Show all settings in Community Management or Show all settings in Community Workspaces. Select the tabs to include in your community from the Available Tabs list. To select multiple tabs, press CTRL. To add a tab, click Add.
What is a custom lightning component?
Custom Lightning components configured for Experience Builder sites behave just like standard template components. Drag and drop the component to the page canvas. To edit its properties, select the component on the page canvas, and then enter changes in the floating component property editor.
How to add a component to a lightning page?
To appear in the Lightning App Builder or on a Lightning page, a component must implement one of these interfaces. Makes your component available for record pages and any other type of page, including a Lightning app’s utility bar.
How to create a lightning record in Salesforce?
Create a Custom Lightning Record Page. From Setup, enter App Builder in the Quick Find box, then select Lightning App Builder. Click New. Select Record Page and start stepping through the wizard. Name your page New Opportunity Page, and select Opportunity. Start typing an object’s name in the Object
Can a lightning app be used on record pages?
Makes your component available for record pages and any other type of page, including a Lightning app’s utility bar. If your component is designed for record pages only, implement this interface instead of flexipage:availableForAllPageTypes.
When to use flexipage in Lightning app builder?
If your component is designed for record pages only, implement this interface instead of flexipage:availableForAllPageTypes. Enables your component to appear on a Mail App Lightning page in the Lightning App Builder and in the Outlook and Gmail integrations.