How to add/modify tabs in Salesforce Experience Site/Community for Salesforce Tabs + Visualforce
1. Go to Administration. 2. Select Tabs and add/remove Tabs. Output:
1. Go to Administration. 2. Select Tabs and add/remove Tabs. Output:
1. Go to Community Builder.2. Select the Setting icon.3. Open Security.4. Set the Security Level to "Relaxed CSP: Permit Access to Inline Scripts and Allowed Hosts".5. Make sure the activate ....
Partner accounts in Salesforce - https://www.infallibletechie.com/2016/07/partner-accounts-in-salesforce.htmlRecord Sharing in Partner Community - https://www.infallibletechie.com/2020/02/record-sharing-in-partner-community.html
To avoid this issue, follow the below steps and adjust the CSS for profileName class.1. Click Edit CSS.2. Add the below CSS and save it.
An Email Template should be set on the Experience Cloud Site Administration Case Comment configuration for the email notifications. Please check the following steps for the reference. 1. Go to ....
Go to Article Management and make sure the Article is assigned to the Topics.
{!CurrentUser.AccountId} Use the above expression to get Current External User's Account Id in Salesforce Community builder.For additional Expressions, checkhttps://help.salesforce.com/articleView?id=siteforce_communities_data_code_reference.htm&type=5
1. Create a custom component for Theme layout.Component:<aura:component implements="forceCommunity:themeLayout" controller="UserInfoController"> <aura:attribute name="search" type="Aura.Component[]" required="false"/> <aura:attribute name="profileMenu" type="Aura.Component[]" required="false"/> <aura:attribute name="navBar" type="Aura.Component[]" required="false"/> <aura:attribute name="footer" type="Aura.Component[]" /> <aura:attribute name="imgSrcVal" type="String"/> ....
1. Click Page Structure.2. Click the Code Editor icon.
Switch to Classic if it is not available in Lightning Experience. Help Article - https://help.salesforce.com/articleView?id=000315103&type=1&mode=1 1. Open Topics for Objects from Setup. 2. Enable Topics for Knowledge object.