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:
Topics that are created by the internal Salesforce users are separate from the Topics that are created per each community under Content Management --> Topics. External/Guest user cannot access the ....
1. Create an Apex Class to fetch currently logged in user details. public class PreChatValuesController { @AuraEnabled public static user fetchUserDetails() { User ....
1. Setup Routing Configuration. 2. Create a Queue. 3. Create a Chat Button with the Queue created in Step 2. 4. Create a Chat Deployment. 5. Create Embedded Service Deployment. ....
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.
1. Add Case Comments Publisher component. 2. Configure the Case Comments Publisher component. 3. Users can enter comments and click Comment button. 4. Users can view the case comments in ....
1. Go to All Communities under setup.2. Open the Community.3. Click Workspace.4. Click Administration.5. Select Email.6. Under Email Templates section, select an email template in "Case Comment".
Go to Article Management and make sure the Article is assigned to the Topics.