
Auto pop Salesforce Omni Channel Widget
1K views · Jul 25, 2022 infallibletechie.com
openUtility() from Utility API can be used to auto-pop Salesforce Omni-Channel Widget. Blog Post: https://www.infallibletechie.com/2022/07/how-to-auto-pop-salesforce-omni-channel-widget.html

Set Omni Channel status to Busy when Chat is accepted in Sal...
3K views · Aug 9, 2022 infallibletechie.com
Blog Post: https://www.infallibletechie.com/2022/08/how-to-set-omni-channel-status-to-busy-when-chat-is-accepted-by-the-agents-in-salesforce.html

Create child record with Parent record information using Sal...
10K views · Sep 1, 2022 infallibletechie.com
Blog Post: https://www.infallibletechie.com/2022/08/how-to-create-child-record-with-parent-record-information-using-salesforce-quick-action.html

Open Salesforce Omni Channel widget on a button click
1K views · Oct 7, 2022 infallibletechie.com
openUtility() can be used to launch Salesforce Omni-Channel widget on click of a button. Blog Post: https://www.infallibletechie.com/2022/07/how-to-launch-salesforce-omni-channel-widget-on-click-of-a-button.html

Agent configured and assigned Omni Channel Capacity using Sa...
2K views · Jan 25, 2023 infallibletechie.com
Blog Post: https://www.infallibletechie.com/2022/10/how-to-get-agent-configured-and-assigned-omni-channel-capacity-using-salesforce-omni-toolkit.html

Debugging and Troubleshooting Salesforce Lightning Aura Comp...
4K views · Mar 6, 2023 infallibletechie.com
Following Options can be used to debug Lightning Aura Component JavaScript Controller. Option 1: console.log() statements can be used. Option 2: Breakpoints in the Browser. Blog Post: https://www.infallibletechie.com/2023/03/debugging-and-troubleshooting-salesforce-lightning-aura-component-javascipt.html

Pass Data from Lightning Aura Component to Visualforce Page ...
15K views · Apr 26, 2023 infallibletechie.com
In order to embed Lightning Aura Component in the Visualforce Page component, then Lightning App is required. In order to pass data from Lightning Aura Component to the Visualforce Page Component, then use Lighting Application Event. Blog Post: https://www.infallibletechie.com/2023/04/pass-data-from-lightning-aura-component-to-visualforce-page-in-salesforce.html

Salesforce Chat Timer for Agent and Visitor Last Message
4K views · Jun 9, 2023 infallibletechie.com
For Salesforce Chat Timer for Agent and Visitor Last Messages, we can make use of Lightning Aura Component. In the Lightning Aura Component, we can make use of lightning:conversationAgentSend, lightning:conversationNewMessage and lightning:conversationChatEnded events to start and reset the Salesforce Chat Timer. Blog Post: https://www.infallibletechie.com/2023/06/salesforce-chat-timer-for-agent-and-visitor-last-message.html

Omni Channel Status from Button using Lightning Component in...
596 views · Sep 7, 2023 infallibletechie.com
omniToolkitAPI can be used to set Omni-Channel Status from Button using Lightning Aura Component in Salesforce. Blog Post: https://www.infallibletechie.com/2022/04/how-to-set-omni-channel-status-from.html

Salesforce Lightning Web Component Quick Action for Work Ord...
1K views · Sep 8, 2023 infallibletechie.com
We can make use of Salesforce Lightning Aura Component to display Lightning Web Component for Quick Action on the Work Order Object/Entity. Embed the Lightning Web Component on the Lightning Aura Component that is used for the Quick Action. Blog Post: https://www.infallibletechie.com/2023/09/salesforce-lightning-web-component-quick-action-for-work-order-object.html

Download Selected Files using Salesforce Lightning Aura Comp...
36K views · Sep 11, 2023 infallibletechie.com
In Salesforce, we can use Quick Action using Lightning Aura Component to allow users to select the files and download the selected Files. Blog Post: https://www.infallibletechie.com/2023/09/download-selected-files-using-salesforce-lightning-aura-component.html

lightning input date formatting in Salesforce Aura Component
3K views · Sep 13, 2023 infallibletechie.com
lightning:input type="date" formatting dateStyle attribute can be used for lightning:input type="date" formatting in Salesforce Aura Component. Blog Post: https://www.infallibletechie.com/2019/06/lightning-input-typedate-formatting.html

Disable and Enable button in Lightning Aura Component datata...
24K views · Oct 18, 2023 infallibletechie.com
disabled attribute on the button type in the lightning:datatable can be used to Disable and Enable button. Blog Post: https://www.infallibletechie.com/2018/07/how-to-disable-and-enable-button-in.html

Salesforce Lightning Aura Component lightning input File Upl...
5K views · Oct 28, 2023 infallibletechie.com
Using Salesforce Apex and FileReader() and encodeURIComponent() from JavaScript, we can easily upload a file using Aura Component lightning:input of type file. Blog Post: https://www.infallibletechie.com/2023/08/salesforce-lightning-aura-component-lightning-input-file-upload.html

Salesforce Omni Supervisor Raise:Lower Flag Alerts
2K views · Jan 4, 2024 infallibletechie.com
lightning:omniChannelWorkFlagUpdated event can be used to notify the agents when they raise or lower the Flag for the Supervisor assistance. Blog Post: https://www.infallibletechie.com/2023/12/salesforce-omni-supervisor-raise-lower-flag-alerts.html

force navigateToURL example in Salesforce Lightning
791 views · Jan 26, 2024 infallibletechie.com
force:navigateToURL can be used for Navigation in Salesforce Lightning. Blog Post: https://www.infallibletechie.com/2018/02/forcenavigatetourl-example-in.html

Navigate to Salesforce Lighting Aura Component from Web Comp...
2K views · Apr 4, 2024 infallibletechie.com
lightning:isUrlAddressable should be used in the Salesforce Lightning Aura Component for navigation from the Lightning Web Component. Blog Post: https://www.infallibletechie.com/2024/04/navigate-to-salesforce-lighting-aura-component-from-web-component.html

Listen Salesforce Omni Channel Logout
241 views · Oct 27, 2024 infallibletechie.com
ightning:omniChannelLogout can be listened in the Salesforce Lighting Aura Component to listen to the Salesforce Omni-Channel logouts. Blog Post: https://www.infallibletechie.com/2024/10/listen-salesforce-omni-channel-logout.html