App Launcher (Beta)

forceCommunity:appLauncher

Displays the App Launcher in Experience Builder sites to make it easy for members to move between their Experience Builder sites and their Salesforce org.

For Use In

Experience Builder Sites

A forceCommunity:appLauncher component represents an App Launcher icon. Clicking this icon presents users with tiles that link to their Experience Builder sites, connected apps, Salesforce apps, and on-premises applications. Members see only the sites and apps that they’re authorized to see according to their profile or permission sets. To let members see the App Launcher, you must also enable the Show App Launcher in Experiences permission in user profiles in Setup. This component is not available in the Salesforce mobile app or in Salesforce Tabs + Visualforce sites.

If you include the App Launcher in a custom theme layout, it is visible to all pages that use that custom theme layout.

Here’s an example custom theme layout component that uses the default Navigation Menu and includes forceCommunity:appLauncher.

You can either use the App Launcher that’s included in the default Navigation Menu, or include it in the custom theme layout and hide the App Launcher in the default Navigation Menu. To remove the App Launcher in the default Navigation Menu, select Hide App Launcher in header in the Navigation Menu property editor in Experience Builder.

Alternatively, you could create a custom Navigation Menu that includes a forceCommunity:appLauncher component. Then you could use this menu in a custom theme layout.

Here's an example custom navigation menu component that includes the forceCommunity:appLauncher component.

Here’s an example custom theme layout component that uses a custom Navigation Menu that includes the forceCommunity:appLauncher component. The custom Navigation Menu is provided by the custom component c:CustomNavMenu for this example.