How to show Menu Navigation in Login page in Salesforce Experience Cloud?
1. Make the menu Publicly available.2. Enable "Override the default theme layout for this page" and change it to default.
1. Make the menu Publicly available.2. Enable "Override the default theme layout for this page" and change it to default.
1. Go to the Preferences.2. Under Record Ownership section, set the Default Owner.Video Reference:
1. Go to Theme Settings.2. Disable "Hide the header region and navigation" and "Hide notifications icon in header".
1. Create a JavaScript file using the following code.File Extension should be ".js". window._snapinsSnippetSettingsFile = ( function() { console.log( "Chat invitation file loaded" ); ....
1. Go to Support Settings in Salesforce Setup.2. Enable "Enable Case Feeds in Experience Cloud Sites".3. Make sure the Email Message record is available to the external users.SELECT Id, ParentId, ....
Sample Code: Apex Class: public with sharing class ExistingFilesController { @AuraEnabled( cacheable = true ) public static List < ContentDocument > fetchContentDocuments( String strRecordId ) { List ....
1. Open Experience Cloud builder. 2. Open Security & Privacy. 3. In Clickjack Protection Level, select "Allow framing by any page(No Protection).
To ensure that chat sessions are continued across pages, place the Embedded Service component in your Experience Cloud site's template footer. Reference Article - https://help.salesforce.com/s/articleView?id=sf.snapins_chat_communities.htm&type=5
To export report data, external users need "Export Reports" permission. These permissions aren’t available to high-volume user licenses, such as Customer Community, High Volume Customer Portal, Service Cloud Portal, and ....
Sample Code: HTML: <template> <lightning-card title="User Details"> <lightning-record-view-form object-api-name="User" record-id={userId}> <lightning-layout multiple-rows> ....