How do you make lightning component available for Record page?

How do you make lightning component available for Record page?

To make your component available for record pages only, implement the flexipage:availableForRecordHome interface. If your component is designed for record pages and any other type of page, use the flexipage:availableForAllPageTypes interface instead.

How do you display lightning components in community?

Navigate to Setup > App Setup > Customize > Communities > Communities Settings. On the Communities page, select the Enable Community Workspaces check box. In the Domain name field, enter the domain name for the community and click Check Availability. Click Save.

How to make Lightning components visible in lightnign?

1. Create a custom permission 2. Assign custom permission, for example “permission1”, to a user/profile with View Setup and Configuration permission disabled 3. Create a lightning component and set component visibility in Lightnign App Builder record detail page as “permission1 Equal true”

Can I add a lightning component to page layout?

You can add lightning components by dragging standard and custom components to your record, app or home pages. Here you can customize on what is visible on record detail page like Fields, Related Lists, Pages, etc. In lightning UI, the page layout is visible on Record Detail Component. Can I add a Lightning Component to Page Layout?

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.

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.