How to increase Visualforce page height in Utility Items in Salesforce Lightning App?
Use Height (in pixels) to increase Visualforce page height in Utility Items in Salesforce.
Use Height (in pixels) to increase Visualforce page height in Utility Items in Salesforce.
1. Make sure Service Cloud and Chat User check boxes are enabled for you. 2. Enable Omni-Channel Settings. 3. Enable Chat Settings. 4. Create a Routing Configuration. 5. Create a ....
1. Setup Embedded Chat - https://trailhead.salesforce.com/content/learn/modules/web-chat. 2. Enable Survey in Salesforce setup. 3. Go to Surveys tab and create a simple Survey. 4. Go to Embedded Service Deployments in Setup. ....
1. Enable Change Data Capture for Event Relation.2. Create an Organization-Wide-Email Address. 3. Create the below trigger.trigger EventRelationChangeEventTrigger on EventRelationChangeEvent ( after insert ) { Map < Id, Set < Id ....
If it is for Knowledge Articles - https://help.salesforce.com/articleView?id=sf.knowledge_create_anchors.htm&type=5. From Custom Aura Component - https://developer.salesforce.com/docs/atlas.en-us.api_console.meta/api_console/sforce_api_console_lightning_openSubtab.htm Example for Aura Component - https://www.infallibletechie.com/2020/06/opensubtab-for-lightning-experience-in.html For Flow, vote for this idea - https://trailblazer.salesforce.com/ideaView?id=0873A000000LrXrQAK. Currently, in ....
1. Add Attendees field in the Event Page layout.2. Create a New Event to test it.
Issue: If you inspect the element, it states "Not added to nav bar".So, to resolve the issue, add the Tab to the Navigation Items.
To view Page Performance by Browser and Other New Metrics in the Lightning Usage App, check this https://www.infallibletechie.com/2018/11/how-to-view-page-performance-by-browser.htmlSalesforce Help Article - https://help.salesforce.com/articleView?id=000316034&type=1&mode=1Best Practices:1. Avoid doing call out on the page ....
1. Go to Omni-Channel Settings under Setup. 2. Select Enable Omni-Channel and click Save Button.3. Go to Chat Settings under Setup.4. Select Enable Chat and click Save Button.5. Go to Skills ....
Use state attribute to pass query parameters or URL parameters in lightning navigation. Sample Code:Apex Class:public with sharing class AccountController { @AuraEnabled( cacheable = true ) public static List< ....